From df0dbce1ef67a392723fc9d77c1f5ca20e4ab253 Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Fri, 20 Mar 2026 16:45:39 +0000 Subject: [PATCH] Edit README --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3ce49a..b213c8d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,7 @@ Node.js implementation of a W3C WoT web thing -This is a work-in-progress pure Node.js replacement for the webthing-node -library which conforms to W3C -[WoT Thing Description 1.1](https://www.w3.org/TR/wot-thing-description/). -It will implement the [HTTP Basic Profile](https://w3c.github.io/wot-profile/#http-basic-profile), -[HTTP SSE Profile](https://w3c.github.io/wot-profile/#http-sse-profile) and the -[Web Thing Protocol (WebSocket sub-protocol)](https://w3c.github.io/web-thing-protocol/). +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. ## Example Web Thing @@ -131,7 +126,7 @@ Run the linter with: `$ npm run lint` -## Running Tests +### Running Tests You can run tests with: