Fixing note formatting

Changing note format back to the way it was to match the rest of the notes in this section.
This commit is contained in:
Victoria Bialas 2016-10-26 16:58:24 -07:00 committed by GitHub
parent 277e83ceed
commit 9c5319211d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ with Docker containers. This quick-start guide demonstrates how to use Compose t
WORDPRESS_DB_PASSWORD: wordpress
```
>**NOTE**: The folder `./.data/db` will be automatically created in the project directory
**NOTE**: The folder `./.data/db` will be automatically created in the project directory
alongside the `docker-compose.yml` which will persist any updates made by wordpress to the
database.