From 738b546654ed003aa03d53f6580963038ed923d3 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Thu, 25 May 2017 23:52:45 -0700 Subject: [PATCH] ok it was the spaces. simple cleanup --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b47653fd..a68bfa29 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,13 @@ traffic_light.transition('Green'); // true traffic_light.state(); // 'Green' ``` -Which can also be represented in the following chart: +Which you can see being hand-executed in the console here: -[![](./docs/ryg%20traffic%20light%20console%20screenshot.png)](./docs/ryg%20traffic%20light%20console%20screenshot.png) +![](./docs/ryg%20traffic%20light%20console%20screenshot.png) -. + + +

## Quick Start ## Why