We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d4af1 commit f756d09Copy full SHA for f756d09
README.md
@@ -36,7 +36,7 @@ $ npm install binary-parser
36
each methods)
37
3. Call `Parser.prototype.parse` with an `Buffer` object passed as argument.
38
4. Parsed result will be returned as an object.
39
-5. Or call `Parser.prototype.encode with an object passed as argument.
+5. Or call `Parser.prototype.encode` with an object passed as argument.
40
6. Encoded result will be returned as a `Buffer` object.
41
42
```javascript
0 commit comments