Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteriousPotato committed Oct 1, 2023
1 parent 170adb5 commit 9e2cf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func main() {
))

// You can manually inject the language into the context for using "New"
ctx := lexico.WithLanguage(ctx, language.English)
ctx := lexigo.WithLanguage(ctx, language.English)
fmt.Println(mypkg.Locales.Vegetables.Potato.New(ctx))

// Or use the built-in middleware "LanguageMiddleware"
Expand Down

0 comments on commit 9e2cf10

Please sign in to comment.