Skip to content

Commit 423c17f

Browse files
authored
Merge pull request #65 from afk11/test-travis
trigger test
2 parents bcbfe61 + 6fecde0 commit 423c17f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This library provides a `Buffer` and `Parser` class to make dealing with binary
3737
In most cases, the interface offered by Parser should not be used directly.
3838
Instead, Templates expose read/write access to larger serialized structures.
3939

40-
### Using Parser to read binary data
40+
### Using Parser to read binary data:
4141
```php
4242
use BitWasp\Buffertools\Buffer;
4343
use BitWasp\Buffertools\Parser;
@@ -99,3 +99,4 @@ $p = (object) [
9999

100100
print_r($p);
101101
```
102+

0 commit comments

Comments
 (0)