From 90aab21ba4f35aa1ed2b4cbbb6da5b71be02b386 Mon Sep 17 00:00:00 2001 From: lopez Date: Tue, 20 Feb 2018 07:54:04 +0100 Subject: [PATCH] Update doc for #286 Former-commit-id: 29de83ed570c2711250d1a658ffc9cfa1b5c09cb --- doc/Grobid-java-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Grobid-java-library.md b/doc/Grobid-java-library.md index 6d4e3ec126..e3c6580637 100644 --- a/doc/Grobid-java-library.md +++ b/doc/Grobid-java-library.md @@ -81,7 +81,7 @@ When using Grobid, you have to initiate a context with the path to the Grobid re String pGrobidHome = "/Users/lopez/grobid/grobid-home"; // The GrobidHomeFinder can be instantiate without parameters to verify the grobid home in the standard - // location (classpath, ../grobid-home, ../../grobid-home or in the environment variable GROBID_HOME + // location (classpath, ../grobid-home, ../../grobid-home) // If the location is customised: GrobidHomeFinder grobidHomeFinder = new GrobidHomeFinder(Arrays.asList(pGrobidHome));