Skip to content

Commit

Permalink
chore(README): remove invalid > in "NextJs app router" snippet (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei authored Jan 12, 2025
1 parent b049291 commit fcc6bb5
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 @@ -80,7 +80,7 @@ pm2 start ./ecosystem.config.js
```

```sh
> wrk -t12 -c400 -d30s http://localhost:3000/
wrk -t12 -c400 -d30s http://localhost:3000/
```

```text
Expand Down

0 comments on commit fcc6bb5

Please sign in to comment.