We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcbfe61 + 6fecde0 commit 423c17fCopy full SHA for 423c17f
1 file changed
README.md
@@ -37,7 +37,7 @@ This library provides a `Buffer` and `Parser` class to make dealing with binary
37
In most cases, the interface offered by Parser should not be used directly.
38
Instead, Templates expose read/write access to larger serialized structures.
39
40
- ### Using Parser to read binary data
+ ### Using Parser to read binary data:
41
```php
42
use BitWasp\Buffertools\Buffer;
43
use BitWasp\Buffertools\Parser;
@@ -99,3 +99,4 @@ $p = (object) [
99
100
print_r($p);
101
```
102
+
0 commit comments