From 9fdd75f6d8cda5a304da33c7359eb271a2ea0f40 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Fri, 6 Sep 2019 12:19:04 +0200 Subject: [PATCH] Fix typo. --- spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 4883b90..47f0874 100644 --- a/spec/README.md +++ b/spec/README.md @@ -181,7 +181,7 @@ respond to an external event (e.g. an incoming HTTP request). #### List routes Returns JSON with all the data about the current routes. Be aware that the command -field must be a json scaped string. +field must be an escaped JSON string. * **URL**: `/routes` * **Method**: `GET`