From dc9472b5fd9c627caea44b04f4fad3627a1179e6 Mon Sep 17 00:00:00 2001 From: Tom Andrade Date: Fri, 26 Apr 2019 18:23:30 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0aa443f..adf91a5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $ curl http://localhost:8080/v1/dumpToFile Dump writen to: urls.json ``` -Load url mappings from `-dimp` file to in memory db +Load url mappings from `-dump` file to in memory db ```shell $ curl http://localhost:8080/v1/fromFile @@ -70,7 +70,7 @@ OK Load url mappings from POST data (Assuming json data on save.json file) ```shell -$ curl -X POST http://localhost:8080/v1/fromPost \  ✔  0.59 L +$ curl -X POST http://localhost:8080/v1/fromPost \ -H "Content-Type: application/json" \ --data $(cat save.json ) OK