diff --git a/README.md b/README.md index 2d816c6..b812869 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ DockerFile for invoice ninja (https://www.invoiceninja.com/) This image is based on `php:7` official version. -The easiest way to try this image is by cloning this repos and run `docker-cumpose run`. +The easiest way to try this image is by cloning this repos and run `docker-compose run`. To make your data persistant, you have to mount `/var/www/app/public/logo` and `/var/www/app/storage`.