Skip to content

Commit 4728cf8

Browse files
committed
Edit README
1 parent 34c0482 commit 4728cf8

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22

33
Node.js implementation of a W3C WoT web thing
44

5-
This is a work-in-progress pure Node.js replacement for the webthing-node
6-
library which conforms to W3C
7-
[WoT Thing Description 1.1](https://www.w3.org/TR/wot-thing-description/).
8-
It will implement the [HTTP Basic Profile](https://w3c.github.io/wot-profile/#http-basic-profile),
9-
[HTTP SSE Profile](https://w3c.github.io/wot-profile/#http-sse-profile) and the
10-
[Web Thing Protocol (WebSocket sub-protocol)](https://w3c.github.io/web-thing-protocol/).
5+
This is a work-in-progress pure Node.js replacement for the webthing-node library which will implement the W3C [WoT Thing Description](https://www.w3.org/TR/wot-thing-description/) and WoT Thing Protocol specifications.
116

127
## Example Web Thing
138

@@ -131,7 +126,7 @@ Run the linter with:
131126

132127
`$ npm run lint`
133128

134-
## Running Tests
129+
### Running Tests
135130

136131
You can run tests with:
137132

0 commit comments

Comments
 (0)