Update README.md
diff --git a/README.md b/README.md
index 5f8ed06..0412a56 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@
 ## Features
 
 ### wsktool  
-A small CLI tool that allows developers to install OpenWhisk "projects" into the OpenWhisk backend.  A project contains sets of actions (JS and Swift), triggers, and rules with a single command `wsktool install`.  You can do the opposite with `wsktool uninstall`.  You can see an [example here](https://github.com/openwhisk/openwhisk-package-jira/tree/master/src) Documentation on the structure of an OpenWhisk project is coming soon.  
+A small CLI tool that allows developers to install OpenWhisk "projects" into the OpenWhisk backend.  A project contains sets of actions (JS and Swift), triggers, and rules with a single command `wsktool install`.  You can do the opposite with `wsktool uninstall`.  You can see an [example here](https://github.com/openwhisk/openwhisk-package-jira/tree/master/src).
+
+Documentation on the structure of an OpenWhisk project is coming soon.  
 
 wsktool supports referencing dependencies on OpenWhisk projects in Github.  It will automatically download, bind, and install these with the main project.