Skip to content

Commit 109ab52

Browse files
committed
corrected minor mistakes
1 parent bfedcaf commit 109ab52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The documentation below corresponds to the four available API tier plans:
123123

124124
For a detailed comparison of what each plan offers, visit the [Pricing Page](https://ipgeolocation.io/pricing.html).
125125

126-
# API Endpoints
126+
## API Endpoints
127127
All URIs are relative to *https://api.ipgeolocation.io/v2*
128128

129129
| Class | Method | HTTP request | Description |
@@ -141,7 +141,7 @@ All URIs are relative to *https://api.ipgeolocation.io/v2*
141141
| *UserAgentAPI* | [**getBulkUserAgent**](https://github.com/IPGeolocation/ip-geolocation-api-java-sdk/blob/master/docs/UserAgentAPI.md#getbulkuseragent) | **POST** /user-agent-bulk | Handle multiple user-agent string lookups |
142142
| *UserAgentAPI* | [**getUserAgentOfCustomString**](https://github.com/IPGeolocation/ip-geolocation-api-java-sdk/blob/master/docs/UserAgentAPI.md#getuseragentofcustomstring) | **POST** /user-agent | Handle single User-Agent string |
143143

144-
# Fields and Methods Availability
144+
## Fields and Methods Availability
145145
IP Geolocation offers four plans from billing point of view: **Free, Standard, Security, Advance**. The availability of each method calling from the respective class, over all plans are presented below.
146146

147147
| Class | Method | Free | Standard | Security | Advance |
@@ -704,10 +704,10 @@ class SecurityAPIResponse {
704704
}
705705
706706
```
707-
## Bulk IP Security Request
707+
### Bulk IP Security Request
708708
The SDK also supports bulk IP Security requests using the `getBulkIPSecurity()` method. All parameters like `fields`, `include`, and `excludes` can also be used in bulk requests.
709709

710-
```text
710+
```java
711711
import io.ipgeolocation.sdk.model.BulkSecurityResponse;
712712
import io.ipgeolocation.sdk.model.BulkIPRequest;
713713

0 commit comments

Comments
 (0)