Skip to content

Commit

Permalink
add documentation for terminalOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
jandre committed Sep 20, 2015
1 parent 4d9d4a9 commit 516b05e
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 @@ -102,8 +102,8 @@ the div, or supply `codetainer` in the constructor options).

```js
$('#terminal').codetainer({
terminalOnly: true,
url: "http://127.0.0.1:3000", // replace with codetainer server URL
terminalOnly: false, // set to true to show only a terminal window
url: "http://127.0.0.1:3000", // replace with codetainer server URL
container: "YOUR CONTAINER ID HERE",
width: "100%",
height: "100%",
Expand Down

0 comments on commit 516b05e

Please sign in to comment.