Skip to content

Commit f756d09

Browse files
committed
Fix typo in Readme
1 parent e2d4af1 commit f756d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ npm install binary-parser
3636
each methods)
3737
3. Call `Parser.prototype.parse` with an `Buffer` object passed as argument.
3838
4. Parsed result will be returned as an object.
39-
5. Or call `Parser.prototype.encode with an object passed as argument.
39+
5. Or call `Parser.prototype.encode` with an object passed as argument.
4040
6. Encoded result will be returned as a `Buffer` object.
4141

4242
```javascript

0 commit comments

Comments
 (0)