Skip to content

Commit 6b6263b

Browse files
committed
update readme
1 parent b864d61 commit 6b6263b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/tableflip/nodebot-workshop.svg?branch=master)](https://travis-ci.org/tableflip/nodebot-workshop) [![Dependency Status](https://david-dm.org/tableflip/nodebot-workshop.svg)](https://david-dm.org/tableflip/nodebot-workshop) [![Gitter](https://badges.gitter.im/join_chat.svg)](https://gitter.im/tableflip/nodebot-workshop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
**A [nodeschool][1] workshop on how to get your Arduino alive with [rwaldron/johnny-five][2]**
5+
A [nodeschool][1] workshop that will make your Arduino alive with [rwaldron/johnny-five][2]
6+
7+
No hardware required!
68

79
```shell
810
# Install
@@ -13,11 +15,9 @@ nodebot-workshop
1315

1416
<img src="https://raw.githubusercontent.com/tableflip/nodebot-workshop/master/screenshot.png" width="560" alt="Nodebot workshop menu">
1517

16-
Learn the basics of the [johnny-five][2] api, as a series of code challenges.
17-
18-
[johnny-five][2] is an api for working with Arduino and other rapid prototyping boards.
18+
A series of code challenges will teach you the basics of the [johnny-five][2] api, a framework for working with Arduino and other rapid prototyping boards.
1919

20-
**You _don't_ need an Arduino for this workshop.**
20+
## Hardware is optional
2121

2222
The workshop will pose a challenge, and will test your code.
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodebot-workshop",
33
"version": "3.1.1",
4-
"description": "A nodeschool workshop on getting your ardunio alive with johnny-five",
4+
"description": "A nodeschool workshop that will make your Ardunio alive with johnny-five",
55
"main": "nodebot-workshop.js",
66
"scripts": {
77
"start": "./nodebot-workshop.js",

0 commit comments

Comments
 (0)