From d2adf13486272cf8c54fb455cf982fb823ccdf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 5 Nov 2015 23:11:54 +0100 Subject: [PATCH] Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6122d79..d50548e 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ In this case the HTTP status code returned is 400. If a wall is detected the current action is stopped and the server will return the message "hit_wall". -#### End of the labyrinth end +#### End of the labyrinth $ GET http://192.168.1.16:5000/move/forward?blocks=20 {"action": "move", "direction": "forward", "message": "in_target"} -- GitLab