From a98a5de44fb5e319b1a4e8662a82894518f03ccc Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Fri, 28 Mar 2014 10:42:20 -0700 Subject: [PATCH] Missing 'var' keyword in annotated example --- examples/api/api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api/api.markdown b/examples/api/api.markdown index cf32247..5a70482 100644 --- a/examples/api/api.markdown +++ b/examples/api/api.markdown @@ -8,7 +8,7 @@ This example involves two Spheros, so before you start make sure you have the First, let's import Cylon: - Cylon = require('../..'); + var Cylon = require('../..'); Next up, we'll configure the API Cylon will serve, telling it to serve on port `8080`.