Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #104 from lemieux/patch-1
Browse files Browse the repository at this point in the history
Fixed options.urls example

fixes #103
  • Loading branch information
kmiyashiro committed Jan 10, 2014
2 parents d9ce385 + 897f17d commit b338f43
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,18 @@ Instead of files, hit these URLs. Usually used in conjunction with the connect t

```js
connect: {
options: {
port: 8888,
base: '.',
server: {
options: {
port: 8888,
base: '.',
},
},
},
mocha: {
test: {
urls: [ 'http://localhost:8888/example/test/test2.html' ],
options: {
urls: [ 'http://localhost:8888/example/test/test2.html' ],
},
},
},
```
Expand Down

0 comments on commit b338f43

Please sign in to comment.