Skip to content

Commit d72e2a9

Browse files
committed
Use the --output instead of stdout redirection in README.md
Redirection may cause problems with UTF-8 chars on Windows
1 parent acf5499 commit d72e2a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To use the languages data generated from this tool you can use the `bin/export-p
4747

4848
- `php`: build a php file that can be included
4949
```bash
50-
export-plural-rules php > yourfile.php
50+
export-plural-rules --output=yourfile.php php
5151
```
5252
Then you can use that generated file in your php scripts:
5353
```php
@@ -56,7 +56,7 @@ To use the languages data generated from this tool you can use the `bin/export-p
5656

5757
- `ruby`: build a ruby file that can be included
5858
```bash
59-
export-plural-rules ruby > yourfile.rb
59+
export-plural-rules --output=yourfile.rb ruby
6060
```
6161
Then you can use that generated file in your ruby scripts:
6262
```ruby

0 commit comments

Comments
 (0)