From e6ddc5fad8038181331a9e90557d0c7bd7734b50 Mon Sep 17 00:00:00 2001 From: GoGoPenguin Date: Mon, 22 Nov 2021 13:10:30 +0800 Subject: [PATCH 1/2] chore: :memo: update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ad96cf..75acc3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Archive + +New repo is: + # Webduino-Blockly The Visual Programming Editor for Webduino. @@ -24,7 +28,7 @@ bower install npm run start ``` -Navigate to http://127.0.0.1:8080 and start hacking! +Navigate to and start hacking! ## Generated-Code Usage @@ -60,7 +64,6 @@ require('webduino-blockly'); // ... The code generated by Webduino Blockly. ``` - ## License Webduino-Blockly is released under the MIT License. From 139eb3890d13cf22e70d1792b2b4d414a41b1499 Mon Sep 17 00:00:00 2001 From: GoGoPenguin <34542533+GoGoPenguin@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:34:11 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 75acc3a..8471708 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -# Archive - -New repo is: - # Webduino-Blockly The Visual Programming Editor for Webduino.