From fcabd59a42c40efc1c252145d0d50724934c0a9b Mon Sep 17 00:00:00 2001 From: Yvan Sraka Date: Sun, 21 Jan 2018 12:14:46 +0100 Subject: [PATCH] Fix README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 1d9a7d18..19516947 100644 --- a/README.md +++ b/README.md @@ -51,16 +51,6 @@ This package lives in the npm index. **Current builds are not working on Windows ([#261](https://github.com/googlevr/vrview/issues/261))** -Relevant commands: -```shell -$ npm run build # builds the iframe embed and JS API (full and minified versions). - -# Building - -This project uses `browserify` to manage dependencies and build. `watchify` is -especially convenient to preserve the write-and-reload model of development. -This package lives in the npm index. - Relevant commands: ```shell $ npm run build # builds the iframe embed and JS API (full and minified versions).