Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo on #43 #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down