Skip to content

Commit 419d7d6

Browse files
committed
improve doc
1 parent 14f2f79 commit 419d7d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ let i3 = buffer.readUInt32LE(3);
2525
let i4 = buffer.readDoubleBE(7);
2626
```
2727

28-
**With `Ginkgoch Buffer Reader`, it automatically manages the read position for you. You don't need to remember the position and the boring type length calculations.**
28+
**With `Ginkgoch Buffer Reader`**
29+
It automatically manages the read position for you. You don't need to remember the position and the boring type length calculations.
2930
```js
3031
let i1 = br.nextInt8();
3132
let i2 = br.nextInt16LE();

0 commit comments

Comments
 (0)