From e69415012de4e7b2002ba5d56517d85cbe0db7cb Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Thu, 18 Sep 2014 19:09:35 -0700 Subject: [PATCH] Fix a couple of readme typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fad5292..09aaad1 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ func main() { ## Future Work ## Many pieces of netlink are not yet fully supported in the high-level -interface. Aspects of virtually all of the primitives don't exist yet. -Many of the underlying primitives are there, so its a matter of putting -the right fields into the high level objects and making sure that they +interface. Aspects of virtually all of the high-level objects don't exist. +Many of the underlying primitives are there, so its a matter of putting +the right fields into the high-level objects and making sure that they are serialized and deserialized correctly in the Add and List methods. There are also a few pieces of low level netlink functionality that still