fix typo in readme

This commit is contained in:
Felix Lohmeier 2017-02-02 01:11:26 +01:00
parent 8716b15d4c
commit b83245cba9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ The OpenRefine Python Client Library provides an interface to
communicating with an `OpenRefine <http://openrefine.org/>`_ server. communicating with an `OpenRefine <http://openrefine.org/>`_ server.
If you are looking for a command line interface to OpenRefine then you might be interested in the docker variation of this library: If you are looking for a command line interface to OpenRefine then you might be interested in the docker variation of this library:
`felixlohmeier/openrefine-client<https://hub.docker.com/r/felixlohmeier/openrefine-client/>`_. You will find examples for batch processing (e.g. for usage in shell scripts) there. `felixlohmeier/openrefine-client <https://hub.docker.com/r/felixlohmeier/openrefine-client/>`_. You will find examples for batch processing (e.g. for usage in shell scripts) there.
If you are familiar with python and want to go into more depth, then read on! If you are familiar with python and want to go into more depth, then read on!