made the description a little easier to understand

X O 8 ans auparavant
Parent
Commettre
b6a5855f30
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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