From 606f940f3eac74cddaddd5b705510631cce07c2b Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Sat, 7 Nov 2015 19:21:28 -0500 Subject: [PATCH] Fixed small typo file in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc3df84..8ebd252 100644 --- a/README.md +++ b/README.md @@ -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 ```