From 4d9d4a940f85156d1f1eb08aad76ce6ef24e771b Mon Sep 17 00:00:00 2001 From: Jen Andre Date: Sun, 20 Sep 2015 08:07:06 -0400 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f31dc62..d93ffdd 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ $ codetainer server # to start the API server on port 3000 2. Include `codetainer.js` and `jquery` in your web page. Create a div to house the codetainer terminal iframe (it's `#terminal` in the example below). - ```html + ```html @@ -100,7 +100,7 @@ to house the codetainer terminal iframe (it's `#terminal` in the example below). codetainer API server (supply `data-container` as the id of codetainer on the div, or supply `codetainer` in the constructor options). -```js +```js $('#terminal').codetainer({ terminalOnly: true, url: "http://127.0.0.1:3000", // replace with codetainer server URL