From 548f6a84d621a1ab189b908f0701de1d81761198 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Sat, 13 Dec 2014 18:28:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9fe33e..62626d2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # NGINX Buildpack for Dokku - Hosting static pages -This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14.04 (Status: Nov 2014). It might also work with different configurations. +This buildpack has been successfully run on Digital Ocean instances of Ubuntu 14.04 (Status: Dec 2014). It might also work with different configurations. ## Purpose -`buildpack-nginx` provides a simple, low overhead way of hosting stages pages and websites on Dokku. Just add the `.env` and `.static` file to the root directory of your website as described below. +`buildpack-nginx` provides a simple, low overhead way of hosting static pages and websites on Dokku. Just add the `.env` and `.static` file to the root directory of your website as described below. ## Usage 1. Add a file with the name `.env` in the root of your directory with the following content: `export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx.git`