From 21c48195110cebe7cfc7837068d5be881a55469b Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 21 Apr 2016 15:50:09 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4284a..587faaa 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ docker run --name wallabag --link wallabag-db:wallabag-db -e "MYSQL_ROOT_PASSW ## docker-compose -Its a good way to use [docker-compose](https://docs.docker.com/compose/). Example: +It's a good way to use [docker-compose](https://docs.docker.com/compose/). Example: ``` version: '2'