From 5bd1e39d84f311f9270b561183e30b17aa0fc668 Mon Sep 17 00:00:00 2001 From: Aravind SV Date: Tue, 2 Feb 2016 11:12:49 -0500 Subject: [PATCH] Fix typo in README. "jquery" dir is now "src" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 404a26885e..f60e1e31a8 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ Clone a copy of the main jQuery git repo by running: git clone git://github.com/jquery/jquery.git ``` -Enter the jquery directory and run the build script: +Enter the src directory and run the build script: ```bash -cd jquery && npm run build +cd src && npm run build ``` The built version of jQuery will be put in the `dist/` subdirectory, along with the minified copy and associated map file.