Skip to content

Commit

Permalink
Update README and package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Stegeman committed Mar 20, 2018
1 parent 5444f8c commit 59d5ce8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,14 @@

Implementation of an HTTP [Web Thing](https://iot.mozilla.org/wot/).

# Installation

`webthing` can be installed via `npm`, as such:

```shell
$ npm install webthing
```

# Example

```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "webthing-node",
"name": "webthing",
"version": "0.3.0",
"description": "HTTP Web Thing implementation",
"main": "index.js",
Expand Down

0 comments on commit 59d5ce8

Please sign in to comment.