diff --git a/README.md b/README.md index 7ee9c5a..a82b30d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Introduction This is a Dockerfile to build a container image for nginx and php-fpm, with the ability to pull website code from git. The container can also use environment variables to configure your web application using the templating detailed in the special features section. -### Git reposiory +### Git repository The source files for this project can be found here: [https://github.com/ngineered/nginx-php-fpm](https://github.com/ngineered/nginx-php-fpm) If you have any improvements please submit a pull request.