From ca73d423d9725fe41a43d89da662a1c7ff4c1556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 26 Aug 2018 18:13:33 -0300 Subject: [PATCH] Typo on #43 Plus update some URLs --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index a96412780..8f9621fd2 100644 --- a/README.markdown +++ b/README.markdown @@ -10,10 +10,10 @@ Want to use Node.js for robots, drones, and IoT devices? You are in the right pl Want to use Ruby on robots? Check out our sister project, [Artoo][]. Want to use Golang to power your robots? Check out our sister project, -[Gobot][]. +[Gobot][https://gobot.io/]. -[Artoo]: http://artoo.io -[Gobot]: http://gobot.io +[Artoo]: https://artoo.io +[Gobot]: https://gobot.io/ ## Build Status: @@ -40,7 +40,7 @@ The below example connects to an Arduino over a serial connection, and blinks an LED once per second. The example requires that the Arduino have the Firmata sketch installed; which -can be obtained either through the Ardunio IDE or the `gort arduino upload +can be obtained either through the Arduino IDE or the `gort arduino upload firmata` command available in [gort](http://gort.io). ```javascript