From 743e602ef97ad7171243439139078683b3fdb6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Wed, 19 Apr 2017 01:31:14 +0300 Subject: [PATCH] Updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a60790..65b40b2 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,5 @@ python -m unittest You can post data using curl. There are no restrictions on whoever can post data. ```bash -curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/upload +curl -H "Content-Type: application/json" -X POST -d '{"gpu":"GPU DUMMY TEXT","cpu":"CPU DUMMY TEXT","log":"DETAILED LOG","score": 1}' http://localhost:5000/result ```