From e64b44149a12ca8f3afe83e395125a4b2ea6169d Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Thu, 2 Feb 2017 12:31:39 +0100 Subject: [PATCH] fixed typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb47a13..f8cfdc9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * [GitHub Repository with Dockerbuild files](https://github.com/felixlohmeier/openrefine-docker) * [Docker Hub with docker images](https://hub.docker.com/r/felixlohmeier/openrefine/) -These docker images are inspired by docker image [vimagick/openrefine](https://hub.docker.com/r/vimagick/openrefine/) and [psychemedia/openrefine](https://hub.docker.com/r/psychemedia/openrefine/). +Dockerbuild files are inspired by [vimagick/openrefine](https://hub.docker.com/r/vimagick/openrefine/) and [psychemedia/openrefine](https://hub.docker.com/r/psychemedia/openrefine/). ### versions cf. [OpenRefine Releases](https://github.com/OpenRefine/OpenRefine/releases) @@ -38,4 +38,4 @@ point your browser on host machine to http://localhost or point browser on any m ### batch processing with python client -see https://hub.docker.com/r/felixlohmeier/openrefine-client/ +see https://hub.docker.com/r/felixlohmeier/openrefine-client/ for a command line interface (e.g. for usage in shell scripts)