Skip to content

Commit

Permalink
fix: remove init of playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
Ademsk1 committed Oct 19, 2023
1 parent e21e86d commit 0ef28ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ Within this repo we have an `example/` folder that contains a sample React appli
1. Clone this repository
2. `cd ./example`
3. `npm i`
4. `npm init playwright@latest`
5. `npm run start`
4. `npm run start`

At this point, you should see a web server running on `localhost:3000`. If not, or any of the above steps did not execute, please raise an issue!

Expand Down

0 comments on commit 0ef28ac

Please sign in to comment.