Merge pull request #1262 from OmgImAlexis/patch-1

made the description a little easier to understand

Dominik Sander 8 years ago
parent
commit
6e4a9aafff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/README.md

+ 1 - 1
docker/README.md

@@ -5,7 +5,7 @@ Huginn is packaged in two docker images.
5 5
 
6 6
 #### [cantino/huginn](multi-process/README.md) multiple process image
7 7
 
8
-This image runs all processes needed by Huginn in one container, when not database is linked it will also start MySQL internally. It is great to try huginn without having to set up anything, however maintenance and backups can be difficult.
8
+This image runs all processes needed by Huginn in one container, when the database is not linked it will also start MySQL internally. This is great to try huginn without having to set up anything, however maintenance and backups can be difficult.
9 9
 
10 10
 #### [cantino/huginn-single-process](single-process/README.md) multiple container image
11 11