Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored May 16, 2020
1 parent fc8db19 commit 3bb4faf
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 @@ -73,7 +73,7 @@ const mUUID = MUUID.mode('relaxed'); // use relaxed mode

Mode _**only**_ impacts how `JSON.stringify(...)` represents a UUID:

For example, `JSON.stringy(mUUID.v1())` outputs the following:
For example, depending on the mode, `JSON.stringy(mUUID.v1())` outputs the following:

```shell
"DEol4JenEeqVKusA+dzMMA==" // canonical mode
Expand Down

0 comments on commit 3bb4faf

Please sign in to comment.