Merge "v.io/jiri: continue to tidy-up and convert to new-style profiles."
diff --git a/README.md b/README.md
index 2fc38e3..4e2dbfc 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,10 @@
 
 ## Install
 
-## Install
-Since Vanadium is currently hosted in private repositories, you would need to
-[setup SSH keys for Github]
-(https://help.github.com/articles/generating-ssh-keys/)
-first and then use npm to install directly from GitHub:
-
-    npm install --save git+ssh://git@github.com:vanadium/js.git
+    npm install --save vanadium/js
 
 ## Usage
 
-Documentation for this API is available at https://jsdoc.v.io/
-
 The entry point to the API is through a module called `vanadium`, everything
 else is considered private and should not be accessed by the users of the API.