From 5c9d5367e554b7830affa62f4434c8e063d4cb7a Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Wed, 25 Jun 2014 15:07:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fda61..1e05ed2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you are using Laravel, the locale set in `app/config/app.php` will be used to There is also a `generator.php` script that can be used to quickly output day and month translations for a specific locale. If you want to add a new language, this can speed up the process: - `php generator.php nl` + `php generator.php nl_NL` Usage -----