Skip to content

Commit 50c1ad8

Browse files
committed
fix project url and command line spacing for uglifyjs command
1 parent 87fdf0d commit 50c1ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ Note that when specifying these options as html data-attributes, you should conv
120120

121121
## Contributing
122122

123-
If you have a pull request you would like to submit, please ensure that you update the minified version of the library along with your code changes. This project uses [uglifyjs]() to perform code compression.
123+
If you have a pull request you would like to submit, please ensure that you update the minified version of the library along with your code changes. This project uses [uglifyjs](https://www.npmjs.com/package/uglify-js) to perform code compression.
124124

125125
Please use the following command:
126126

127-
uglifyjs parallax.js --comments -m -c -o parallax.min.js
127+
uglifyjs parallax.js --comments -m -c -o parallax.min.js
128128

129129

130130
LICENSE

0 commit comments

Comments
 (0)