Skip to content

Commit 8c45920

Browse files
author
Ben Stahl
committed
Update information for publication
1 parent 51d54a6 commit 8c45920

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
## Installation
99

10-
Not published yet, [coming soon](https://github.com/tus/tus-node-server/milestones/1.0%20NPM%20Publish)!
10+
```bash
11+
$ npm install tus-node-server
12+
```
1113

1214
## Flexible Data Stores
1315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tus-node-server",
3-
"description": "Node.js 4 ES2015 tus server, including a transpiled down version for older < 1.0 versions",
3+
"description": "Node.js tus server",
44
"version": "0.0.1",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)