Corrected typo

This commit is contained in:
Drasko DRASKOVIC
2015-10-05 20:04:33 +02:00
parent 4c7b046824
commit 8d914647c8
+1 -1
View File
@@ -50,7 +50,7 @@ gulp
### Docker
Apart from main `nodejs` docker image, `Mainflux` also uses `mongo` Docker image (database instance is run in a separte generic Docker image).
This is why Mainflux uses [Docekr Compose](https://docs.docker.com/compose/install/), to run both `nodejs` and `mongo` images at the same time and make a connection between them:
This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/install/), to run both `nodejs` and `mongo` images at the same time and make a connection between them:
```bash
docker-compose up
```