From 280a9beb6d8fee3930dfe2237750aef8946e6aec Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 1 Oct 2020 15:11:35 +0200
Subject: [PATCH] Fixed typo.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d3c58bc..dd0dd0c 100644
--- a/README.md
+++ b/README.md
@@ -149,7 +149,7 @@ Copy the sample configuration file in `./config/sample/sample-production.engine-
 First update the main configuration, such as your database connection and the default port. Also set the correct IP
 and port in `gunicorn.conf.py` file.
 
-> You might alos need to 'open' the chosen port in your `iptables` (Default is 8008)
+> You might also need to 'open' the chosen port in your `iptables` (Default is 8008)
 
 ```shell
 iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT
-- 
GitLab