From 9af8590d6f666f9a8b0311206abceab6d04a208b Mon Sep 17 00:00:00 2001 From: Hartmut P Date: Mon, 13 Apr 2020 19:44:12 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c439e15..32c4a3a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ bs-socket Simple bindings to [socket.io](https://socket.io/). -To build everything run `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! +I've you're having `bs-platform` installed globally, then do `npm link bs-platform` once. + +To build everything run `npm install`, then `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! # Documentation From 260b570d8232bd6c1321765aaaa43d31cfd2085a Mon Sep 17 00:00:00 2001 From: Hartmut P Date: Mon, 13 Apr 2020 19:44:48 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c4a3a..1ae43fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple bindings to [socket.io](https://socket.io/). I've you're having `bs-platform` installed globally, then do `npm link bs-platform` once. -To build everything run `npm install`, then `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! +To build everything run `npm install` then `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! # Documentation From a3943bcf976737453a416abf67b805a5de25f103 Mon Sep 17 00:00:00 2001 From: Hartmut P Date: Mon, 13 Apr 2020 19:51:46 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae43fd..9095087 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ bs-socket Simple bindings to [socket.io](https://socket.io/). -I've you're having `bs-platform` installed globally, then do `npm link bs-platform` once. +If you're having `bs-platform` installed globally, then do `npm link bs-platform` once. To build everything run `npm install` then `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth!