Skip to content

Commit

Permalink
doc(README.md) fis typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 27, 2023
1 parent c852ae3 commit 3b12879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ vendor/bin/codecept init wpbrowser

The command will set up your project to run integration and end-to-end tests using:

* SQLite as the database engine, leveragin the [SQLite Database Integration plugin][2]
* SQLite as the database engine, leveraging the [SQLite Database Integration plugin][2]
* PHP built-in web server to serve the WordPress site on localhost (e.g. `http://localhost:8080`)
* Chromedriver to dirve the local version of Chrome installed on your machine
* Chromedriver to drive the local version of Chrome installed on your machine

If you're working on a plugin or theme project, the default configuration will add some extra steps:

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ vendor/bin/codecept init wpbrowser

The command will set up your project to run integration and end-to-end tests using:

* SQLite as the database engine, leveragin the [SQLite Database Integration plugin][2]
* SQLite as the database engine, leveraging the [SQLite Database Integration plugin][2]
* PHP built-in web server to serve the WordPress site on localhost (e.g. `http://localhost:8080`)
* Chromedriver to dirve the local version of Chrome installed on your machine
* Chromedriver to drive the local version of Chrome installed on your machine

If you're working on a plugin or theme project, the default configuration will add some extra steps:

Expand Down

0 comments on commit 3b12879

Please sign in to comment.