diff --git a/4. docker-compose installation!.md b/4. docker-compose installation!.md index 2b123ca..c9aa2a3 100644 --- a/4. docker-compose installation!.md +++ b/4. docker-compose installation!.md @@ -4,7 +4,7 @@ ### What is it?! docker-compose is a tool used to create, define, and "orchastrate" many docker containers at once. That way your bot can have some friends! They will not be inside the same container as the bot, but more like neighbors. -We will be using it to give our bot a database using PostgreSQL. You can fill free to use any database you want, just visit [Docker Hub](https://hub.docker.com) to search for your particular option. +We will be using it to give our bot a database using PostgreSQL. You can feel free to use any database you want, just visit [Docker Hub](https://hub.docker.com) to search for your particular option. ### Installation @@ -31,7 +31,7 @@ You can check if docker-compose is installed by running ``docker-compose --versi ### What is docker-compose.yml? -Ah, that will be covered in the next tutorial when I explain it throughly, give an example and show you how to orchastrate your own docker-compose file to fit your needs. +Ah, that will be covered in the next tutorial when I explain it thoroughly, give an example and show you how to orchestrate your own docker-compose file to fit your needs. -[ CHECK BACK SOON! ] \ No newline at end of file +[ CHECK BACK SOON! ]