From 010c593f61e82d12355931f7b78c766418268900 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 14 May 2019 21:15:55 +0200 Subject: [PATCH] update example --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 46ddb03..8f37ec9 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,20 @@ Endpoint: [`https://oceanprotocol-community.now.sh`](https://oceanprotocol-commu ```json { - "data": { - "github": { - "stars": 1000, - "repos": 1000 - }, - "medium": { - "followers": 1000 - }, - "bounties": { - "gitcoin": 1000, - "bountiesNetwork": 1000, - "total": 1000 - }, - "twitter": { - "followers": 1000 - } + "github": { + "stars": 1000, + "repos": 1000 + }, + "medium": { + "followers": 1000 + }, + "bounties": { + "gitcoin": 1000, + "bountiesNetwork": 1000, + "total": 1000 + }, + "twitter": { + "followers": 1000 } }