Skip to content

Commit

Permalink
Fix parentheses typo in README.md (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSMMark authored and broofa committed Jun 28, 2017
1 parent 880d24e commit e2389b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ Version 5 (namespace):
const uuidv5 = require('uuid/v5');

// ... using predefined DNS namespace (for domain names)
uuidv5('hello.example.com', uuidv5.DNS)); // -> 'fdda765f-fc57-5604-a269-52a7df8164ec'
uuidv5('hello.example.com', uuidv5.DNS); // -> 'fdda765f-fc57-5604-a269-52a7df8164ec'

// ... using predefined URL namespace (for, well, URLs)
uuidv5('http://example.com/hello', uuidv5.URL); // -> '3bbcee75-cecc-5b56-8031-b6641c1ed1f1'
Expand Down

0 comments on commit e2389b3

Please sign in to comment.