Skip to content

Commit

Permalink
Change to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rcastley committed Mar 31, 2022
1 parent 64f24b0 commit 995694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The documentation built from your current branch is then accessible through your

## Optimising images

Install `optipng` e.g. `brew install optipng` and then run the following command in the `static/images` directory:
Install `optipng` e.g. `brew install optipng` and then run the following command in the `content` directory:

```bash
find . -type f -iname "*.png" -exec optipng -nb -nc {} \;
Expand Down

0 comments on commit 995694a

Please sign in to comment.