Update README.md
diff --git a/README.md b/README.md
index 43a54e4..ad07514 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 ## 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).
+A 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 which can be installed with a single command `wsktool install`.  You can do the opposite with `wsktool uninstall`.  You can see an [example of an OpenWhisk project here](https://github.com/openwhisk/openwhisk-package-jira/tree/master/src).
 
 Documentation on the structure of an OpenWhisk project is coming soon.