Nextjs-Creative-Portfolio-Starter-Code-Files icon indicating copy to clipboard operation
Nextjs-Creative-Portfolio-Starter-Code-Files copied to clipboard

Minor Text Discrepancy At Bottom Of "README.md"

Open tynielsen opened this issue 1 year ago • 0 comments

In the last section of the README file, "Getting Started", it says npm run install # to install all dependencies but npm run install won't work. That's telling npm to "run" the "install" script. But the word "run" isn't necessary in this case; the correct command is npm install or shorthand npm i.

Solid work — I really like the animations and fluidity of this app/project! Thanks for sharing

tynielsen avatar Oct 15 '24 21:10 tynielsen