Skip to content

Commit

Permalink
Update priv/companies/trio.exs
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Segal <[email protected]>
  • Loading branch information
doomspork and jsegal205 authored Nov 26, 2024
1 parent d1e0ec6 commit 2344a52
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions priv/companies/trio.exs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
%{
name: "Trio",
website: "https://www.triohq.com/en",
github: "https://github.com/trioHQ",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Financials",
location: %{
city: "Curitiba",
state: "Paraná",
country: "Brazil"
},
description: """
Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView.
""",
last_changed_on: ~D[2024-11-15]
}

%{
name: "Trio",
website: "https://www.triohq.com/en",
github: "https://github.com/trioHQ",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Financials",
location: %{
city: "Curitiba",
state: "Paraná",
country: "Brazil"
},
description: """
Trio is a financial institution specializing in instant payments in Brazil. All our products, from the banking core to the payment checkout, were developed using Elixir, Phoenix, and LiveView.
""",
last_changed_on: ~D[2024-11-15]
}

0 comments on commit 2344a52

Please sign in to comment.