From 3dde54b9d03591e7ec9039e51b7672d2ef2e0f60 Mon Sep 17 00:00:00 2001 From: Nirjas Jakilim Date: Tue, 5 Oct 2021 02:52:03 +0600 Subject: [PATCH] Fixes the description length issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b138d66..83ae4100 100644 --- a/README.md +++ b/README.md @@ -694,7 +694,7 @@ API | Description | Auth | HTTPS | CORS | | [REST Countries](https://restcountries.com) | Get information about countries via a RESTful API | No | Yes | Yes | | [RoadGoat Cities](https://www.roadgoat.com/business/cities-api) | Cities content & photos API | `apiKey` | Yes | No | | [SpotSense](https://www.spotsense.io) | Add location based interactions to your mobile app | `apiKey` | Yes | Unknown | -| [Telize](https://rapidapi.com/fcambus/api/telize/) | Telize allows to get a visitor IP address and to query location information from any IP address. It outputs JSON-encoded IP geolocation data | `apiKey` | Yes | Yes | +| [Telize](https://rapidapi.com/fcambus/api/telize/) | Telize offers to get a visitor IP address and location information from any IP address. | `apiKey` | Yes | Yes | | [Uebermaps](https://uebermaps.com/api/v2) | Discover and share maps with friends | `apiKey` | Yes | Unknown | | [US ZipCode](https://smartystreets.com/docs/cloud/us-zipcode-api) | Validate and append data for any US ZipCode | `apiKey` | Yes | Yes | | [Utah AGRC](https://api.mapserv.utah.gov) | Utah Web API for geocoding Utah addresses | `apiKey` | Yes | Unknown |