Skip to content

Commit

Permalink
Remove excess backtick in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Nov 18, 2014
1 parent 21cb8a2 commit a4a9bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These options may be passed on the command line or passed to useConfig in your c
You can store configuration options or implement a custom runner in a config file. For example, given the following `t262.js` file:

```javascript
var t262 = require('test262-harness');`
var t262 = require('test262-harness');
t262.useConfig({
batch: 50,
consoleCommand: 'js.exe',
Expand Down

0 comments on commit a4a9bcb

Please sign in to comment.