Skip to content

Commit

Permalink
Avoid extra parenthesis in ruby code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jul 14, 2021
1 parent 5c0645e commit 4ad818b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To use the languages data generated from this tool you can use the `bin/export-p

- `ruby`: build a ruby file that can be included
```bash
export-plural-rules --output=yourfile.rb ruby
export-plural-rules --parenthesis=no --output=yourfile.rb ruby
```
Then you can use that generated file in your ruby scripts:
```ruby
Expand Down

0 comments on commit 4ad818b

Please sign in to comment.