We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf5499 commit d72e2a9Copy full SHA for d72e2a9
1 file changed
README.md
@@ -47,7 +47,7 @@ To use the languages data generated from this tool you can use the `bin/export-p
47
48
- `php`: build a php file that can be included
49
```bash
50
- export-plural-rules php > yourfile.php
+ export-plural-rules --output=yourfile.php php
51
```
52
Then you can use that generated file in your php scripts:
53
```php
@@ -56,7 +56,7 @@ To use the languages data generated from this tool you can use the `bin/export-p
56
57
- `ruby`: build a ruby file that can be included
58
59
- export-plural-rules ruby > yourfile.rb
+ export-plural-rules --output=yourfile.rb ruby
60
61
Then you can use that generated file in your ruby scripts:
62
```ruby
0 commit comments