Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Apr 27, 2023
2 parents e934f0c + 8d401d1 commit e2766a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ The next step is to configure a `Cldr` backend module, including configuring it
defmodule MyApp.Cldr do
use Cldr,
locales: ["en", "fr"],
default_locale: "en".
gettext: MyApp.Gettext
default_locale: "en",
gettext: MyApp.Gettext,
providers: [Cldr.Route]

end
Expand Down

0 comments on commit e2766a4

Please sign in to comment.