Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jandre committed Sep 20, 2015
1 parent 436624e commit 4d9d4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!DOCTYPE html>
<html>
<head>
Expand All @@ -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
Expand Down

0 comments on commit 4d9d4a9

Please sign in to comment.