diff --git a/README.md b/README.md index eb0b4f6a..9dd36403 100644 --- a/README.md +++ b/README.md @@ -415,13 +415,11 @@ console.log(devices) ### Quickstart ``` - $ git clone https://github.com/seamapi/javascript-http.git $ cd javascript-http $ nvm install $ npm install $ npm run test:watch - ``` Primary development tasks are defined under `scripts` in `package.json` @@ -429,9 +427,7 @@ and available via `npm run`. View them with ``` - $ npm run - ``` ### Source code @@ -440,9 +436,7 @@ The [source code] is hosted on GitHub. Clone the project with ``` - $ git clone git@github.com:seamapi/javascript-http.git - ``` [source code]: https://github.com/seamapi/javascript-http @@ -455,25 +449,19 @@ Be sure that all commands run under the correct Node version, e.g., if using [nvm], install the correct version with ``` - $ nvm install - ``` Set the active version for each shell session with ``` - $ nvm use - ``` Install the development dependencies with ``` - $ npm install - ``` [Node.js]: https://nodejs.org/ @@ -558,7 +546,3 @@ loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage. - -``` - -```