diff --git a/README.rst b/README.rst index 66ab87a..bc17770 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ Command line interface: - list projects: refine.py --list - create project from file: refine.py --create [FILE] -- apply rules from json file: refine.py --apply [FILE.json] [PROJECTID] +- apply `rules from json file `_: refine.py --apply [FILE.json] [PROJECTID] - export project to file: refine.py --export [PROJECTID] --output=FILE.tsv Currently, the following API is supported: diff --git a/docker/README.md b/docker/README.md index c20f921..205fc8f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -15,7 +15,7 @@ list projects: create project from file: > docker run --rm --link openrefine-server felixlohmeier/openrefine-client --create [FILE] -apply rules from json file: +apply [rules from json file](http://kb.refinepro.com/2012/06/google-refine-json-and-my-notepad-or.html): > docker run --rm --link openrefine-server felixlohmeier/openrefine-client --apply [FILE.json] [PROJECTID] export project to file: