We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36623de commit 81c7b83Copy full SHA for 81c7b83
1 file changed
README.md
@@ -68,7 +68,7 @@ Running the Unit Tests
68
69
Start grunt to auto-build jQuery as you work:
70
71
-`cd jquery && grunt watch`
+#### `cd jquery && grunt watch` ####
72
73
74
@@ -87,7 +87,7 @@ Building to a different directory
87
88
If you want to build jQuery to a directory that is different from the default location:
89
90
-`grunt && grunt dist:/Users/you/Dropbox/Public/`
+#### `grunt && grunt dist:/Users/you/Dropbox/Public/` ####
91
92
With this example, the output files would be:
93
0 commit comments