From 2fe3d67d3c07842f337508f83cb29527dd312724 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Wed, 15 Aug 2018 20:33:39 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448de70..e695411 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ make ### notes on the make / build of the container The Makefile will provision the docker container image from the Dockerfile which will provision the image with upstream ubuntu:latest and include all the required dependencies to -run the the unifi controller. +run the unifi controller. The unifi controller repo will provide the .debs. The package requires mongodb, so if we dont include 10gen's official repo it will use stock debian mongo instead (current state)