Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
Fix typo in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Nov 18, 2011
1 parent 8e8bcea commit c38170e
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 @@ -64,7 +64,7 @@ uuid('binary', buffer); // -> see above, depending on the environment

// Provide your own Buffer/Array, plus specify offset
// (e.g. here we fill an array with 3 uuids)
var buffer = new Buffer(16 \* 3);
var buffer = new Buffer(16 * 3);
uuid('binary', buffer, 0);
uuid('binary', buffer, 16);
uuid('binary', buffer, 32);
Expand Down

0 comments on commit c38170e

Please sign in to comment.