From 5b07b49d43c2e5c3ed136814f1c8d7aec3d7e3a4 Mon Sep 17 00:00:00 2001 From: Max Base Date: Wed, 15 Aug 2018 16:42:48 +0430 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffe832c..12415e0 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ You can request an access to API by following next steps: ### Resources -- [ICObench API PHP Class](https://github.com/ICObench/data-api/blob/master/ICObenchAPI.php) -- [ICObench API JS Example](https://github.com/ICObench/data-api/blob/master/ICObenchAPI.js) -- [ICObench API Python Example](https://github.com/ICObench/data-api/blob/master/ICObenchAPI.py) -- [ICObench API Python3 Example](https://github.com/ICObench/data-api/blob/master/ICObenchAPIpy3.py) +- [ICObench API PHP Class](https://github.com/ICObench/data-api/blob/master/php/ICObenchAPI.php) +- [ICObench API JS Example](https://github.com/ICObench/data-api/blob/master/js/ICObenchAPI.js) +- [ICObench API Python Example](https://github.com/ICObench/data-api/blob/master/python/ICObenchAPI.py) +- [ICObench API Python3 Example](https://github.com/ICObench/data-api/blob/master/python3/ICObenchAPIpy3.py) - [API documentation](https://icobench.com/developers) ## Authors