Skip to content

Commit abcaa52

Browse files
author
Ben Stahl
committed
Update readme
1 parent 2c34722 commit abcaa52

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ $ npm install tus-node-server
2121
});
2222
```
2323

24-
Try it:
25-
```sh
26-
$ npm run example
27-
```
28-
2924
- **Google Cloud Storage**
3025
```js
3126
@@ -36,10 +31,6 @@ $ npm install tus-node-server
3631
bucket: 'bucket-name',
3732
});
3833
```
39-
Try it:
40-
```sh
41-
$ npm run gcs_example
42-
```
4334

4435
- **Amazon S3** ([_coming soon_](https://github.com/tus/tus-node-server/issues/12))
4536
```js
@@ -92,12 +83,14 @@ app.listen(port, host);
9283
9384
## Development
9485
95-
##### Start up the demo using the FileStore
86+
Start the demo server using Local File Storage
9687
```bash
9788
$ npm run demo
9889
```
9990
100-
##### Start up the demo using the GCSDataStore
91+
Or start up the demo server using Google Cloud Storage
10192
```bash
10293
$ npm run gcs_demo
10394
```
95+
96+
Then navigate to the demo ([localhost:8000](http://localhost:8000)) which uses [`tus-js-client`](https://github.com/tus/tus-js-client)

0 commit comments

Comments
 (0)