From dd4c62e004861e7b91d116aebb44262061978e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Manuel=20Hern=C3=A1ndez=20S=C3=A1nchez?= Date: Wed, 16 Dec 2015 12:21:44 +0100 Subject: [PATCH] Small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.