js: Removing some pre-public specific stuff.

MultiPart: 1/2
Change-Id: I90cfd29177a8c889763b73ac826b4ad4d7a5b024
diff --git a/README.md b/README.md
index 7c404d0..2293218 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,8 @@
 The client APIs defined here work both in [Node.js] and the browser.
 
 ## 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.syncbase.git
-
-currently `vanadium.js` needs to be installed manually as well:
-
-    npm install --save git+ssh://git@github.com:vanadium/js.git
+    npm install --save vanadium/js.syncbase
 
 ## Usage
 
diff --git a/package.json b/package.json
index 913457b..9f8e482 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
   "dependencies": {
     "debug": "~2.2.0",
     "inherits": "~2.0.1",
-    "through2": "~0.6.5"
+    "through2": "~0.6.5",
+    "vanadium": "vanadium/js"
   },
   "devDependencies": {
     "async": "~1.0.0",