Use project name NDN-CPP in capitals.
diff --git a/CHANGELOG b/CHANGELOG
index 184de84..413aff1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-ndd-cpp v0.1 (2013-08-09)
+NDN-CPP v0.1 (2013-08-09)
 
 This is the initial release, with support for expressInterest for one interest at a time.  A new release
 coming soon will have a Pending Interest Table and support processing multiple simultaneous interest and
diff --git a/INSTALL b/INSTALL
index 8ab5202..e9f33e0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-ndn-cpp:  A Named Data Networking client library for C++ and C
+NDN-CPP:  A Named Data Networking client library for C++ and C
 -------------------------------------------------------------
 
 Prerequisites
@@ -33,7 +33,7 @@
 Supported platforms
 -------------------
 
-ndn-cpp is tested on the following platforms:
+NDN-CPP is tested on the following platforms:
 Ubuntu 12.04 (gcc 4.6.3)
 Mac OS X 10.8.4 (clang 4.2)
 Mac OS X 10.8.4 (gcc 4.2)
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
 
 ---