Skip to content

Commit

Permalink
Update localhost port in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Nov 2, 2021
1 parent 25fc11e commit 71206c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Then, you can run locally in development mode with live reload:
npm run dev
```

Open http://localhost:4000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.
Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

```
.
Expand Down

0 comments on commit 71206c4

Please sign in to comment.