Update README.md
diff --git a/README.md b/README.md
index cc54455..053788b 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`.  Documentation on the structure of an OpenWhisk project is coming soon.  You can see an [example project here](https://github.com/openwhisk/openwhisk-package-jira/tree/master/src) in this projects `src` directory.
+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`.  Documentation on the structure of an OpenWhisk project is coming soon.  You can see an [example here](https://github.com/openwhisk/openwhisk-package-jira/tree/master/src).
 
 wsktool supports referencing depedencies on OpenWhisk projects in Github.  It will automatically download, bind, and install these with the main project.