Skip to content

Commit 7be9a41

Browse files
committed
Add new options in README
1 parent 1126d11 commit 7be9a41

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Setting `alphabet` limits the characters the generator can choose from. Defaults
8686

8787
@Vivait\StringGenerator(alphabet="abcdefghkmnpqrstuwxyz")
8888

89+
### Unique
90+
91+
Setting `unique` is boolean and tell if the string must be unique or not, by default `true`
92+
93+
@Vivait\StringGenerator(unique="false")
94+
8995
## Custom generator
9096

9197
If you want to use a different generator to create your string, create a class that implements namespace

0 commit comments

Comments
 (0)