aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2012-06-07 11:46:45 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-06-07 11:46:45 -0400
commit9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff (patch)
tree1ebf95e559e005681315a1193a851e1cf6898239 /README.md
parentc68ab270fa8269d8b1f3360fc8ed290ba6f0e9a8 (diff)
downloadjquery-9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff.tar.gz
jquery-9fb3c01c37e24f72eb11d89c6a407f1e8cc55eff.zip
Make custom dist example less OSX specific
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1af92ee56..c23908616 100644
--- a/README.md
+++ b/README.md
@@ -118,14 +118,13 @@ 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:/path/to/special/location/` ####
With this example, the output files would be:
```bash
-
-/Users/you/Dropbox/Public/jquery.js
-/Users/you/Dropbox/Public/jquery.min.js
+/path/to/special/location/jquery.js
+/path/to/special/location/jquery.min.js
```