Skip to content

Commit 4ad818b

Browse files
committed
Avoid extra parenthesis in ruby code
1 parent 5c0645e commit 4ad818b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 --output=yourfile.rb ruby
59+
export-plural-rules --parenthesis=no --output=yourfile.rb ruby
6060
```
6161
Then you can use that generated file in your ruby scripts:
6262
```ruby

0 commit comments

Comments
 (0)