Skip to content

Commit f0c74ae

Browse files
committed
edit README
1 parent 88011fe commit f0c74ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ These functions are however missing from
99
leaving developers without an accessible and intuitive way
1010
to work with binary formats.
1111

12-
This module supplies the missing functions
12+
This module supplies the ubiquitous `Marshal()` and `Unmarshal()`
13+
function signatures
1314
so that developers can define custom binary formats using only struct tags and
14-
work with the familiar `Marshal()` and `Unmarshal()` function signatures.
15+
avoid custom bit manipulation.
1516

1617
### User Story
1718
```

0 commit comments

Comments
 (0)