Skip to content

Commit

Permalink
docs(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danfinlay authored and dignifiedquire committed May 2, 2018
1 parent 8e41f4c commit 9611715
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 @@ -36,7 +36,7 @@ const assert = require('assert')
const encoded = cbor.encode(true) // returns <Buffer f5>
const decoded = cbor.decodeFirst(encoded)
// decoded is the unpacked object
assert.ok(obj === true)
assert.ok(decoded === true)

// Use integers as keys
var m = new Map()
Expand Down

0 comments on commit 9611715

Please sign in to comment.