Skip to content

Commit

Permalink
readme: Convert a tab character to two spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Dec 4, 2016
1 parent fb4a1d1 commit a8eee4f
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 @@ -116,7 +116,7 @@ uidgen.generate((err, uid) => {
const uidgen = new UIDGenerator();
uidgen.generate()
.then(uid => {
// Use uid here
// Use uid here
})
.catch(err => { throw err; });
```
Expand Down

0 comments on commit a8eee4f

Please sign in to comment.