aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
```