From 4d0256ffa8606d949f270681d607d355cac46a66 Mon Sep 17 00:00:00 2001
From: Tony Benoy <8504669+tonybenoy@users.noreply.github.com>
Date: Mon, 2 Mar 2020 01:14:05 +0530
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0034215..a5fd648 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ There are a few things you can configure, this is the most used list:
```ENABLE_SSL``` Set installs [certbot](https://github.com/certbot/certbot) configures https with Let's Encrypted certificate
```ADMIN_EMAIL``` Email is needed to register for Let's Enctryped Registeration. Replace the default place holder with an email of your organisation.
```INSTALL_NGINX``` and ```ENABLE_SSL``` must be set to ```True``` and the place holder in ```ADMIN_EMAIL``` must be replaced with a valid email address for certbot installation
- _By enabling SSL though cerbot you agree to the following [policies](https://www.eff.org/code/privacy/policy)_
+ _By enabling SSL though certbot you agree to the following [policies](https://www.eff.org/code/privacy/policy)_
#### 3. Make the script executable
```