recharts / recharts.org

The website
MIT License
40 stars 141 forks source link

fix: Incorrect PORT number in Readme #264

Closed keshavjha018 closed 1 year ago

keshavjha018 commented 1 year ago

The PORT number for the dev server mentioned in Readme is "localhost:8787", which is incorrect.

image

Actually, it runs on "localhost:4000"

image
ckifer commented 1 year ago

Hi, thanks for this change! Can you please remove your lockfile changes from this PR? We use npm > version 8 and it looks like this has been run with npm < 8. The lockfile changes here change the lockfile version

keshavjha018 commented 1 year ago

Sure! 👍

keshavjha018 commented 1 year ago

I'll create a fresh PR.