Use project name NDN-CPP in capitals.
diff --git a/README.md b/README.md
index 5dfa5d3..fb8b565 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
-ndn-cpp:  A Named Data Networking client library for C++ and C
+NDN-CPP:  A Named Data Networking client library for C++ and C
 --------------------------------------------------------------
 
-ndn-cpp is a new implementation of a Named Data Networking client library written in C++ and C.  
+NDN-CPP is a new implementation of a Named Data Networking client library written in C++ and C.  
 It is wire format compatible with NDNx.
 	
-ndn-cpp is open source under a license described in the file COPYING.  While the license
+NDN-CPP is open source under a license described in the file COPYING.  While the license
 does not require it, we really would appreciate it if others would share their
 contributions to the library if they are willing to do so under the same license. 
 
 See the file INSTALL for build and install instructions.
 
-Please ubmit any bugs or issues to the ndn-cpp issue tracker:
+Please ubmit any bugs or issues to the NDN-CPP issue tracker:
 http://redmine.named-data.net/projects/ndn-cpp/issues
 
 ---