Skip to content

Commit

Permalink
Use http transport by default in hello example
Browse files Browse the repository at this point in the history
close #62
  • Loading branch information
lawnsea committed Sep 16, 2013
1 parent 9564804 commit 5fda92f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -36,6 +36,9 @@ try {
}

var spooky = new Spooky({
child: {
transport: 'http'
},
casper: {
logLevel: 'debug',
verbose: true
Expand Down
3 changes: 3 additions & 0 deletions examples/hello.js
Expand Up @@ -5,6 +5,9 @@ try {
}

var spooky = new Spooky({
child: {
transport: 'http'
},
casper: {
logLevel: 'debug',
verbose: true
Expand Down

0 comments on commit 5fda92f

Please sign in to comment.