Skip to content

Commit b3ec7b9

Browse files
committed
README: Fix reference to release.js in shell script
`jquery-release.js` doesn't exist.
1 parent d44c5ed commit b3ec7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ created, you should always start from a new clone of this repository.
1313
```sh
1414
git clone git@github.com:jquery/jquery-release.git
1515
cd jquery-release
16-
node jquery-release.js --remote=jquery/<project-name>
16+
node release.js --remote=jquery/<project-name>
1717
```
1818

1919
### Testing the Release Script

0 commit comments

Comments
 (0)