Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Apr 23, 2020
1 parent d0453e2 commit b82d103
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ const mUUID3 = MUUID.from(/** MongoDb Binary of SUBTYPE_UUID */)

UUIDs may be formatted using the following options:

N | 32 digits:00000000000000000000000000000000
-- | --
D | 32 digits separated by hyphens:00000000-0000-0000-0000-000000000000
B | 32 digits separated by hyphens, enclosed in braces:{00000000-0000-0000-0000-000000000000}
P | 32 digits separated by hyphens, enclosed in parentheses:(00000000-0000-0000-0000-000000000000)
Format | Description | Example
-- | -- | --
N | 32 digits | `00000000000000000000000000000000`
D | 32 digits separated by hyphens | `00000000-0000-0000-0000-000000000000`
B | 32 digits separated by hyphens, enclosed in braces | `{00000000-0000-0000-0000-000000000000}`
P | 32 digits separated by hyphens, enclosed in parentheses | `(00000000-0000-0000-0000-000000000000)`

**example:**
```javascript
Expand Down

0 comments on commit b82d103

Please sign in to comment.