Update README documentation
diff --git a/README.md b/README.md
index 7047ffd..b4f4477 100644
--- a/README.md
+++ b/README.md
@@ -14,20 +14,21 @@
 
 ## Use
 With a Face that has command signing information set, call any of the following static methods:
- - __NFD.pingLocal(Face forwarder)__: ping a local NFD with /localhost/nfd to verify if it exists.
- - __NFD.getForwarderStatus(Face forwarder)__: retrieve the forwarder status information.
- - __NFD.getFaceList(Face forwarder)__: retrieve all connected faces.
- - __NFD.getFibList(Face forwarder)__: retrieve all forwarding entries in the Forwarding Information Base (FIB).
- - __NFD.getRibList(Face forwarder)__: retrieve all routing entries in the Routing Information Base (RIB).
- - __NFD.createFace(Face forwarder, String uri)__: create a new face on the NFD opened to the given URI.
- - __NFD.register(Face forwarder, ...)__: includes several similar methods for registering a new route on the NFD.
- - __NFD.unregister(Face forwarder, Name route)__: unregister a route by name.
- - __NFD.setStrategy(Face forwarder, Name prefix, Name strategy)__: set the forwarding strategy for the given prefix.
+ - __Nfdc.pingLocal(Face forwarder)__: ping a local NFD with /localhost/nfd to verify if it exists.
+ - __Nfdc.getForwarderStatus(Face forwarder)__: retrieve the forwarder status information.
+ - __Nfdc.getFaceList(Face forwarder)__: retrieve all connected faces.
+ - __Nfdc.getFibList(Face forwarder)__: retrieve all forwarding entries in the Forwarding Information Base (FIB).
+ - __Nfdc.getRibList(Face forwarder)__: retrieve all routing entries in the Routing Information Base (RIB).
+ - __Nfdc.getChannelStatusList(Face forwarder)__: Retrieve the list of channel status entries from the NFD.
+ - __Nfdc.createFace(Face forwarder, String uri)__: create a new face on the NFD opened to the given URI.
+ - __Nfdc.register(Face forwarder, ...)__: includes several similar methods for registering a new route on the NFD.
+ - __Nfdc.unregister(Face forwarder, Name route)__: unregister a route by name.
+ - __Nfdc.setStrategy(Face forwarder, Name prefix, Name strategy)__: set the forwarding strategy for the given prefix.
 
 See [full Javadoc documentation](http://01org.github.io/jndn-management/index.html)
 
 ## License
-Copyright © 2015, Intel Corporation.
+Copyright � 2015, Intel Corporation.
 
 This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU Lesser General Public License, version 3, as published by the Free Software Foundation.