Skip to content

Commit

Permalink
Fix whitespace in README
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnode committed Mar 26, 2024
1 parent 28589a3 commit 604bc41
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,23 +415,19 @@ 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`
and available via `npm run`.
View them with

```
$ npm run
```

### Source code
Expand All @@ -440,9 +436,7 @@ The [source code] is hosted on GitHub.
Clone the project with

```
$ git clone [email protected]:seamapi/javascript-http.git
```

[source code]: https://github.com/seamapi/javascript-http
Expand All @@ -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/
Expand Down Expand Up @@ -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.

```
```

0 comments on commit 604bc41

Please sign in to comment.