From 218b0beccfa28704caee4be9deeb7dcce566b741 Mon Sep 17 00:00:00 2001 From: Leviathan <38568393+Leviathan36@users.noreply.github.com> Date: Sat, 14 Mar 2020 21:54:08 +0100 Subject: [PATCH] Fixed last part of README.md Two choices were wrong: 1. the explorer must be enabled to connect to "http://localhost:3000/explorer" so select "Yes" and not "No"; 2. don't insert anything when asking for key but simply press ENTER; otherwise "No" is used as key. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4077a38..4b1e912 100644 --- a/README.md +++ b/README.md @@ -300,8 +300,8 @@ Answer the questions posed at startup. These allow the composer-rest-server to c * Select `never use namespaces` when asked whether to use namespaces in the generated API. * Select `No` when asked whether to secure the generated API. * Select `No` when asked whether to enable authentication with Passport. -* Select `No` when asked if you want to enable the explorer test interface. -* Select `No` when asked if you want to enable dynamic logging. +* Select `Yes` when asked if you want to enable the explorer test interface. +* Press `ENTER` when asked for the key to enable dynamic logging. * Select `Yes` when asked whether to enable event publication. * Select `No` when asked whether to enable TLS security.