Skip to content

Commit

Permalink
docs(readme) Buffero -> Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 6, 2019
1 parent b66a679 commit a5157ee
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 @@ -19,7 +19,7 @@ const schema = [{
type: 'value',
}];

const buffer = Buffero.from([0x22]);
const buffer = Buffer.from([0x22]);

// endianness = 'LE'
binarnia(schema, buffer);
Expand Down

0 comments on commit a5157ee

Please sign in to comment.