Skip to content

Commit

Permalink
Cleans up formatting of last README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hoover ⚔ committed Mar 9, 2012
1 parent 7557014 commit a66a81d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


The best JavaScript syntax checker: [JSHint](http://www.jshint.com/) for the best text editor: [Sublime Text 2](http://www.sublimetext.com/2) The best JavaScript syntax checker: [JSHint](http://www.jshint.com/) for the best text editor: [Sublime Text 2](http://www.sublimetext.com/2)


##Install ##Install with Package Control


Prerequisites: Prerequisites:


Expand All @@ -11,6 +11,8 @@ Prerequisites:
- jshint 0.5.x `npm install -g jshint` - jshint 0.5.x `npm install -g jshint`
- [Sublime Package Control](http://wbond.net/sublime_packages/package_control/installation) - [Sublime Package Control](http://wbond.net/sublime_packages/package_control/installation)


Steps in Sublime Text 2:

1. `command`-`shift`-`P` *or `control`-`shift`-`P` in Linux/Windows* 1. `command`-`shift`-`P` *or `control`-`shift`-`P` in Linux/Windows*
2. type `install p`, select `Package Control: Install Package` 2. type `install p`, select `Package Control: Install Package`
3. type `jshint`, select `JSHint` 3. type `jshint`, select `JSHint`
Expand Down

0 comments on commit a66a81d

Please sign in to comment.