diff --git a/README.md b/README.md index 91cd599..7d55a9d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ The only static-file server you'll ever need! -l --list-dir List Directory. --opbeat Enable Opbeat. -o --open Open in browser after start. - ``` `dir` is where your static files are. diff --git a/package.json b/package.json index 9b8eb16..2a01749 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tstatic", - "version": "1.0.0", - "description": "Container to host simple static applications using a node server, so files can be deployed using rsync", + "version": "0.0.1", + "description": "The only static-file server you'll ever need!", "main": "node ./dist/index.js", "bin": { "tstatic": "node ./dist/index.js"