From ec734ad7872f04b9a67dba927531a8f3fe2f1731 Mon Sep 17 00:00:00 2001 From: Viedit com <49990587+vieditcom@users.noreply.github.com> Date: Sun, 22 Nov 2020 13:07:12 +0300 Subject: [PATCH] Update README.md - Typo seperate > separate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a566769..28f514e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the official dokku buildpack for static websites, powered by nginx. ## Usage -All static files that you want to serve should be in the root directory of your repository. No need to use a seperate `www` folder. `buildpack-nginx` will automatically download the buildpack, download NGINX, compile it, and install it. The next time you push your project, the buildpack will reuse the precompiled binaries. +All static files that you want to serve should be in the root directory of your repository. No need to use a separate `www` folder. `buildpack-nginx` will automatically download the buildpack, download NGINX, compile it, and install it. The next time you push your project, the buildpack will reuse the precompiled binaries. ### Dokku