From 68b0a9e43a33b3fd9c41dfab6fa90cb11ac47a97 Mon Sep 17 00:00:00 2001 From: James Shore Date: Sat, 5 Dec 2015 17:31:02 -0800 Subject: [PATCH] Fix spacing in readme code examples --- README.md | 6 +++--- ROADMAP.md | 7 ++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1cdb8ca6..0970fedf 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ describe("Home page", function() { beforeEach(function(done) { frame.reload(done); - }); + }); beforeEach(function() { logo = frame.get("#logo"); @@ -344,8 +344,8 @@ var quixote = require("quixote"); describe("Button") { var frame; - var container; - var button; + var container; + var button; before(function(done) { frame = quixote.createFrame({ diff --git a/ROADMAP.md b/ROADMAP.md index fa3216d9..518386a4 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -19,10 +19,7 @@ * ✔ Integrate @cognivator's pull request `https://github.com/jamesshore/quixote/pull/19` * ✔ Review and update code style * ✔ Look for opportunities to simplify or remove tests -* Update documentation - * QFrame.reset() - * QFrame.reload() - * readme +* ✔ Update documentation * Release 0.11 * changelog * roadmap @@ -30,7 +27,7 @@ ## To Do: Update documentation * ✔ QFrame.reset() and QFrame.reload() - * readme + * ✔ readme