Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev authored Nov 21, 2019
1 parent 2a30679 commit c37fe06
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 @@ -36,7 +36,7 @@ $client = new Client();
# default random generator
echo $client->generateId($size = 21);
# more safer random generator
echo $client->generateId($size = 21, $mode = Client::MODE_DYNAMIC)
echo $client->generateId($size = 21, $mode = Client::MODE_DYNAMIC);
```

### Custom Alphabet or Length
Expand Down

0 comments on commit c37fe06

Please sign in to comment.