Skip to content

Commit

Permalink
Minor Readme fix
Browse files Browse the repository at this point in the history
Minor markdown modification
  • Loading branch information
dingo-d committed Jun 28, 2018
1 parent d69ffc2 commit f96a370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-project.md
Expand Up @@ -34,7 +34,7 @@ The use [`WP-CLI`](https://wp-cli.org/) so be sure that your server has this mod
#### Export:
Once you run this script it will export your database and uploads folder. Everything is compressed and exported in `latest_dump.tar.gz` file in the root of your project.

```sh
```bash
bash bin/_db-export.sh
```

Expand All @@ -43,7 +43,7 @@ Once you run this script it will **delete the current database** and import the

Uploads folder must be manually moved to the `wp-content` folder.

```sh
```bash
bash bin/_db-import-production-to-dev.sh
bash bin/_db-import-production-to-staging.sh
```
Expand Down

0 comments on commit f96a370

Please sign in to comment.