Skip to content

Commit

Permalink
Fix path of the json validator script in Contributing doc
Browse files Browse the repository at this point in the history
Change from lib/json_validator.rb to ruby lib/validate_json.rb
  • Loading branch information
joesims authored and Adarsh Pandit committed Jan 5, 2013
1 parent 1eb3d68 commit 47d2649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -13,7 +13,7 @@ Contributing
> In which format should my contributions be submitted?
* Pull requests should be in JSON format
* Run the json validator script (`ruby lib/json_validator.rb`)
* Run the json validator script (`ruby lib/validate_json.rb`)
* For more detailed output, use [JSONlint.com](http://jsonlint.com).
* Considering using [this regex](https://gist.github.com/4068038) for converting Markdown to JSON

Expand Down

0 comments on commit 47d2649

Please sign in to comment.