]> source.dussan.org Git - jquery.git/commitdiff
Make custom dist example less OSX specific
authorRick Waldron <waldron.rick@gmail.com>
Thu, 7 Jun 2012 15:46:45 +0000 (11:46 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Thu, 7 Jun 2012 15:46:45 +0000 (11:46 -0400)
README.md

index 1af92ee5633d8e51654ea5f36ef29130e6c4a542..c23908616ad797929244500c46ff8b579a4dab9a 100644 (file)
--- 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
 
 ```