diff options
author | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:56:06 -0400 |
---|---|---|
committer | Rick Waldron <waldron.rick@gmail.com> | 2012-06-04 12:56:06 -0400 |
commit | 81c7b83d645d2f151e9e40f9f98cc4b70e81a62a (patch) | |
tree | a1753a6fc91033caf581aa7810afa849381600c3 /README.md | |
parent | 36623de76c6569088d441cbfbca37c0586f19354 (diff) | |
download | jquery-81c7b83d645d2f151e9e40f9f98cc4b70e81a62a.tar.gz jquery-81c7b83d645d2f151e9e40f9f98cc4b70e81a62a.zip |
Make readme instructions bold and hopefully easier to spot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ Running the Unit Tests Start grunt to auto-build jQuery as you work: -`cd jquery && grunt watch` +#### `cd jquery && grunt watch` #### @@ -87,7 +87,7 @@ Building to a different directory If you want to build jQuery to a directory that is different from the default location: -`grunt && grunt dist:/Users/you/Dropbox/Public/` +#### `grunt && grunt dist:/Users/you/Dropbox/Public/` #### With this example, the output files would be: |