Skip to content

Commit

Permalink
Fixed small typo file in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Nov 8, 2015
1 parent e3fcc2a commit 606f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@
* exposes standard interfaces; plays well with standard packages like `io`, `bufio`, etc..
* does not handle memory management (allocating/destructing slice). It's up to user to decide how to deal with buffers; whether to use GC.

`water/waterutil` has some useful functions to interpret MAC farme headers and IP packet headers. It also contains some constants such as protocol numbers and ethernet frame types.
`water/waterutil` has some useful functions to interpret MAC frame headers and IP packet headers. It also contains some constants such as protocol numbers and ethernet frame types.

## Installation
```
Expand Down

0 comments on commit 606f940

Please sign in to comment.