Skip to content

Commit

Permalink
Merge pull request #7 from iGusev/patch-1
Browse files Browse the repository at this point in the history
Fixed missed semicolon
  • Loading branch information
hidehalo authored Nov 21, 2019
2 parents 2a30679 + c37fe06 commit 64d81dc
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 64d81dc

Please sign in to comment.