From ffb6a0f4311630312f5d1370a297a4f243e7fc34 Mon Sep 17 00:00:00 2001 From: Luc Claustres Date: Wed, 30 Jun 2021 21:00:15 +0200 Subject: [PATCH] chore: fixed examples docs --- docs/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/README.md b/docs/examples/README.md index 6d845e0d..f4f78ef9 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -11,7 +11,7 @@ You can run a sample from the *examples* directory of the module like this: ```bash cd examples # If local installation -node . ./dem2csv/jobfile.js +node .. ./dem2csv/jobfile.js # If global/executable installation krawler ./dem2csv/jobfile.js ```