Skip to content

Commit 4500dae

Browse files
committed
Fix contributing "plugin_slug"
1 parent 830635e commit 4500dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ In an unrelated project I needed to block ranges of IPs which I was able to do w
159159
Clone this repo, open PhpStorm, then run `composer install` to install the dependencies.
160160

161161
```
162-
git clone https://github.com/brianhenryie/plugin_slug.git;
162+
git clone https://github.com/brianhenryie/bh-wc-checkout-rate-limiter.git;
163163
open -a PhpStorm ./;
164164
composer install;
165165
```
166166

167-
For integration and acceptance tests, a local webserver must be running with `localhost:8080/plugin_slug/` pointing at the root of the repo. MySQL must also be running locally – with two databases set up with:
167+
For integration and acceptance tests, a local webserver must be running with `localhost:8080/bh-wc-checkout-rate-limiter/` pointing at the root of the repo. MySQL must also be running locally – with two databases set up with:
168168

169169
```
170170
mysql_username="root"

0 commit comments

Comments
 (0)