Skip to content

Commit

Permalink
docs(readme): fixed typo in readme file (#17)
Browse files Browse the repository at this point in the history
Fixed a uber-small typo in README file

Co-authored-by: Christian Sarnataro <[email protected]>
  • Loading branch information
csarnataro and Christian Sarnataro authored May 1, 2020
1 parent 64f193a commit 6847c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ that is 33 characters in length, by default `fixedLength` is `false`.
- `options: Object`
If `{ fixedLength: true }` is passed in, the function will always generate an id
that is 33 characters in length, by default `fixedLength` is `false`.
If `{ urlSafe: true }` is passed in, the function will generate url safe ids.
If `{ urlSafe: true }` is passed in, the function will generate url safe ids.
If `{ startFrom: <int> }` is passed in, the first counter will start from that
number, which must be beteen 0 and 2147483647. Fractions are discarded, only the
number, which must be between 0 and 2147483647. Fractions are discarded, only the
integer part matters.

### instance()
Expand Down

0 comments on commit 6847c82

Please sign in to comment.