Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jan 16, 2014
1 parent 8b0c2cd commit b413a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ In this example, the default options are used to fetch metrics of `http:https://gruntj
grunt.initConfig({
phantomas: {
yourSite: {}
},
})
}
});
```

#### Custom Options
Expand All @@ -98,7 +98,7 @@ grunt.initConfig( {
}
}
}
} )
} );
```

#### Phantomas options
Expand All @@ -117,7 +117,7 @@ grunt.initConfig( {
}
}
}
} )
} );
```

## Contributing
Expand Down

0 comments on commit b413a77

Please sign in to comment.