Skip to content

Commit 9633c14

Browse files
committed
Fix whitespace in README
1 parent 28589a3 commit 9633c14

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -415,23 +415,19 @@ console.log(devices)
415415
### Quickstart
416416

417417
```
418-
419418
$ git clone https://github.com/seamapi/javascript-http.git
420419
$ cd javascript-http
421420
$ nvm install
422421
$ npm install
423422
$ npm run test:watch
424-
425423
```
426424

427425
Primary development tasks are defined under `scripts` in `package.json`
428426
and available via `npm run`.
429427
View them with
430428

431429
```
432-
433430
$ npm run
434-
435431
```
436432

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

442438
```
443-
444439
$ git clone [email protected]:seamapi/javascript-http.git
445-
446440
```
447441

448442
[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.,
455449
if using [nvm], install the correct version with
456450

457451
```
458-
459452
$ nvm install
460-
461453
```
462454

463455
Set the active version for each shell session with
464456

465457
```
466-
467458
$ nvm use
468-
469459
```
470460

471461
Install the development dependencies with
472462

473463
```
474-
475464
$ npm install
476-
477465
```
478466

479467
[Node.js]: https://nodejs.org/
@@ -499,9 +487,7 @@ The `version` input will be passed as the first argument to [npm-version].
499487
This may be done on the web or using the [GitHub CLI] with
500488

501489
```
502-
503490
$ gh workflow run version.yml --raw-field version=<version>
504-
505491
```
506492

507493
[GitHub CLI]: https://cli.github.com/
@@ -558,7 +544,3 @@ loss of use, data, or profits; or business interruption) however caused and on
558544
any theory of liability, whether in contract, strict liability, or tort
559545
(including negligence or otherwise) arising in any way out of the use of this
560546
software, even if advised of the possibility of such damage.
561-
562-
```
563-
564-
```

0 commit comments

Comments
 (0)