From 6ebaf26a5776272c5d6b93a72b5c55065dc05154 Mon Sep 17 00:00:00 2001 From: Kelsey Breseman Date: Sun, 13 Sep 2015 16:14:50 -0700 Subject: [PATCH] more consistent formatting around filenames --- blinky.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blinky.md b/blinky.md index c1d1c0c..83c3db9 100644 --- a/blinky.md +++ b/blinky.md @@ -24,7 +24,7 @@ In your command line, make a folder for your Tessel code, then initialize a Tess
-Great! Now you're set up to run code on Tessel. Your _tessel-code_ folder now contains a _package.json_ with some metadata Node uses for your project, and a file called _index.js_. +Great! Now you're set up to run code on Tessel. Your "tessel-code" folder now contains a "package.json" with some metadata Node uses for your project, and a file called "index.js". _index.js_ contains the code to make the blue and green LEDs blink. Let's take a look: