From 65c38bdd352689f8b081f75dfe43f0abc703c5b8 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 13 Nov 2018 17:30:19 +0100
Subject: [PATCH] Update readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 98122e0..7588ed4 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ KM3NeT software.
 
 The images are automatically built and pushed to the `docker.km3net.de`
 repository under the `base` namespace, which means e.g. the image for
-the `Dockerfile` `base/python:3` can used by using the URL
+the `Dockerfile` `base/python:3` can be accessed by using the URL
 `docker.km3net.de/base/python:3`.
 
-To start up container and access a shell within, use the usual `docker`
+To start up container and fire up a shell within, use the usual `docker`
 commands like:
 
     docker run -it docker.km3net.de/base/centos:7
-- 
GitLab