From 974eff3fc69104ceab51fc3f8f030bd0b6633912 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Thu, 23 Nov 2017 01:11:09 +0100
Subject: [PATCH] Update readme.

---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 4c266e9..81cf511 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Elasticsearch with Czech analyzer
 
+Docker image: [openlobby/openlobby-es-czech](https://hub.docker.com/r/openlobby/openlobby-es-czech/)
+
 Batteries included:
  - ICU Analysis Plugin
  - Czech Hunspell dictionaries (from OpenOffice)
@@ -8,7 +10,7 @@ X-Pack plugin is removed.
 
 ## Usage
 
-Create your index with these settings:
+Create Index with these settings:
 
 ```
 {
@@ -50,11 +52,12 @@ You can use `'czech'` analyzer on text fields now.
 
 ## Build
 
-Build docker container: `make build`
+If you don't want to use pre-built container from [openlobby/openlobby-es-czech](https://hub.docker.com/r/openlobby/openlobby-es-czech/)
+you can build it locally: `make build`
 
 ## Run for local development
 
-Run Elasticsearch on port 9200: `make run`
-Stop Elasticsearch container: `make stop`
+Run on port 9200: `make run`
+Stop: `make stop`
 
-Stop and/or remove volume with data: `make destroy`
+Stop and/or remove all data: `make destroy`
-- 
GitLab