From e2294a9c9f16c353a1be5e1139786259eeae4473 Mon Sep 17 00:00:00 2001 From: kflux Date: Wed, 28 Oct 2020 19:03:07 +0100 Subject: [PATCH] fixed README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43adbdf..9d6d38f 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,16 @@ Usage Example ### REST JSON API - http://localhost:/api/randint32?length=3 + http://localhost:/api/json/randint32?length=3 < {"server": "", "type": "string", "format": "int32", "length": 3, "data": [1524492492, -1194151004, 1365408501], "success": "true"} - http://localhost:/api/randuniform?length=2 + http://localhost:/api/json/randuniform?length=2 < {"server": "", "type": "string", "format": "uniform", "length": 2, "data": [0.07230273403292031, 0.733570206706375], "success": "true"} - http://localhost:/api/randnormal?length=1 + http://localhost:/api/json/randnormal?length=1 < {"server": "", "type": "string", "format": "normal", "length": 1, "data": [0.6430985466029758], "success": "true"} - http://localhost:/api/randhex?length=2&size=5 + http://localhost:/api/json/randhex?length=2&size=5 < {"server": "", "type": "string", "format": "hex", "length": 2, "size": 5, "data": ["b90e1b01bc", "b59374fc0e"], "success": "true"} ### WebSocket API