Skip to content

Commit

Permalink
Fix README.md markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
seank-com committed Mar 31, 2012
1 parent 9ef6d49 commit 21ed05c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -19,22 +19,22 @@ Easily use [JSLint][] from the command line.
* Select Tools | Build System | New Build System...
* enter the following:

```{
"cmd": ["jslint.cmd", "--terse", "$file"],
"file_regex": "^([^(]*)[(]([0-9]*)[)]()(.*)$",
"selector": "source.js"
```}
{
"cmd": ["jslint.cmd", "--terse", "$file"],
"file_regex": "^([^(]*)[(]([0-9]*)[)]()(.*)$",
"selector": "source.js"
}

### For Mac

* Select Tools | Build System | New Build System...
* enter the following:

```{
"cmd": ["jslint", "--terse", "$file"],
"file_regex": "^([^(]*)[(]([0-9]*)[)]()(.*)$",
"selector": "source.js"
```}
{
"cmd": ["jslint", "--terse", "$file"],
"file_regex": "^([^(]*)[(]([0-9]*)[)]()(.*)$",
"selector": "source.js"
}

## Self-Lint

Expand Down

0 comments on commit 21ed05c

Please sign in to comment.