Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Oct 13, 2024
1 parent 0be6612 commit f9b95e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ Set default language:

use DamianPaginationPhp\Config\Config;

// Change the language to French ('fr'). It's in English 'en' by default.
// Change the language to French ('fr').
// PS: It's in English ('en') by default.
Config::set(["lang" => "fr"]);
```

Expand Down

0 comments on commit f9b95e1

Please sign in to comment.