chore: update readme

This commit is contained in:
2018-01-11 19:32:34 -07:00
parent b2d98eb670
commit b6a64add62

View File

@@ -9,7 +9,7 @@ Mosca MQTT Playground.
## Usage
`npm install && node .`
`yarn && yarn start`
This will create an mqtt server, publish a message, and log some output about the process.
@@ -17,6 +17,10 @@ Modify information about the message in `src/index.mjs`.
To see what's in the persisted store, run `node dump.js`.
## Development
`yarn run dev`, it's restart the server as you make changes.
#### License
MIT © [w33ble](https://github.com/w33ble)