From fdd40bd3ea66617adef011a2ffd3f37b259cd0e1 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Wed, 18 Jan 2023 16:14:02 +0100 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6abe23e..356a198 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ or in alternative Then open your browser to `localhost:3000` and there you can draw. -If you open another tab and navigate to `localhost:3000/destination`, there you will receive the drawings. This destination page is just an example! +If you open another tab and navigate to `localhost:3000/destination`, there you will receive the drawings. -The app is meant to be open-end, meaning that the destination of the drawing is up to you! (ah ah! less work for us). Originally it was coupled with [vvvv](https://visualprogramming.net/), but it can be implemented with any platform supporting the websocket protocol. +This destination page is just an example! The app is meant to be open-end, meaning that the destination of the drawing is up to you! (ah ah! less work for us). Originally it was coupled with [vvvv](https://visualprogramming.net/), but it can be implemented with any platform supporting the websocket protocol (the browser, pure data, max, touch designer, p5js, etc). ## How does it work