Skip to content

Commit c7cd733

Browse files
committed
fixup! keep examples consistently about api
1 parent 54711ed commit c7cd733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You do not need to be an infrastructure team member to test jQuery websites. Eac
9191
Select the corresponding database name from the table above for the site you wish to test and run the following command to create the database:
9292
9393
```sh
94-
'CREATE DATABASE IF NOT EXISTS wordpress_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
94+
'CREATE DATABASE IF NOT EXISTS wordpress_api_jquery_com;' | docker exec -i jquerydb mysql -u root -proot
9595
```
9696
9797
Then, visit the local site in your browser to complete the WordPress installation, such as http://local.api.jquery.com/wp-admin/install.php. Make sure the address begins with `local.`.

0 commit comments

Comments
 (0)