From ef5d359cac7ca0aaf288f1437c572f56e78e7510 Mon Sep 17 00:00:00 2001 From: Gavin Lee Date: Tue, 25 Jul 2017 22:42:57 +0800 Subject: [PATCH 1/2] README path error processes.json path error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912e0df6..35bf4e11 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ instructions on how to build/run/setup. Configuration instructions below still a ## Configuration -Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/master/processes.json). Note that you have to modify the backup processes.json file located in `./bin/processes.json` (to allow you to set your env vars without being rewritten when updating). +Configure the app modifying [processes.json](./processes.json). Note that you have to modify the backup processes.json file located in `./bin/processes.json` (to allow you to set your env vars without being rewritten when updating). ```json "env": From 9d61c05e0604b27cf4c52f410ba6b85b877d07d8 Mon Sep 17 00:00:00 2001 From: Gavin Lee Date: Tue, 25 Jul 2017 22:48:29 +0800 Subject: [PATCH 2/2] Readme path error processes.json path error, maybe it should be app.json? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bf4e11..73e1d7ad 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ instructions on how to build/run/setup. Configuration instructions below still a ## Configuration -Configure the app modifying [processes.json](./processes.json). Note that you have to modify the backup processes.json file located in `./bin/processes.json` (to allow you to set your env vars without being rewritten when updating). +Configure the app modifying [app.json](./app.json). Note that you have to modify the backup processes.json file located in `./bin/processes.json` (to allow you to set your env vars without being rewritten when updating). ```json "env":