Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down