diff --git a/README.md b/README.md index 7d55a9d..084a479 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# tstatic [![CircleCI](https://circleci.com/gh/RealOrangeOne/tstatic/tree/master.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/tstatic/tree/master) +# tstatic + +[![CircleCI](https://img.shields.io/circleci/project/github/RealOrangeOne/tstatic.svg?style=flat-square)](https://circleci.com/gh/RealOrangeOne/tstatic/) +[![npm](https://img.shields.io/npm/dm/tstatic.svg?style=flat-square)](https://www.npmjs.com/package/tstatic) +[![npm](https://img.shields.io/npm/v/tstatic.svg?style=flat-square)](https://www.npmjs.com/package/tstatic) + The only static-file server you'll ever need! ### Features: @@ -14,7 +19,7 @@ The only static-file server you'll ever need! ### Usage ```bash tstatic [options] - + -h --help Show this screen. --version Show version. -p --port= Port to listen on. @@ -52,4 +57,3 @@ Enable opbeat error reporting. `--opbeat` only enables this, configuration is do ##### `open` Open the server in the browser one started. It will open in your default browser, and use url `http://0.0.0.0:`. - diff --git a/package.json b/package.json index fbfe815..f0f66df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tstatic", - "version": "0.0.3", + "version": "1.0.0", "description": "The only static-file server you'll ever need!", "main": "./dist/server.js", "bin": {