Skip to content

Commit

Permalink
docs: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jdussouillez committed Nov 13, 2023
1 parent 56924a0 commit da430e6
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 @@ -46,7 +46,7 @@ expr1: QUIET & VERBOSE & DRY => false
expr2: VERBOSE & (~DRY) & (REGEXP | OUTPUT_JSON) => true
```

*Note: this module exists because I like to play with Java and enums, it's not really useful, has no very good performance and may be not production-ready yet.*
*Note: this module exists because I like to play with Java and enums, it's not really useful, has no very good performance and may not be production-ready yet.*

## Contributing

Expand Down

0 comments on commit da430e6

Please sign in to comment.