Skip to content

Commit a4a0b1d

Browse files
committed
corrected minor mistakes
1 parent 777cb1e commit a4a0b1d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Based on:
2929
2. [Installation](#installation)
3030
- [Go install](#go-install)
3131
- [Download and build from source](#download-and-build-from-source)
32-
- [Download pre-built binaries](#download-pre-built-binaries)
32+
- [Using Download Prebuilt Binaries](#using-download-prebuilt-binaries)
3333
- [Troubleshooting](#troubleshooting)
3434
3. [API Plan Tiers and Documentation](#api-plan-tiers-and-documentation)
3535
4. [Fields and commands Availability](#fields-and-commands-availability)
@@ -138,9 +138,7 @@ go build -o ipgeolocation ./cmd/ipgeolocation
138138
```
139139
Here you will need to add `$GOBIN` or `$GOPATH/bin` is in your `PATH` as well.
140140

141-
### Download pre-built binaries
142-
143-
#### IPGeolocation CLI - Prebuilt Binaries Documentation
141+
### Using Download Prebuilt Binaries
144142

145143
#### Overview
146144
These are prebuilt binaries for the IPGeolocation CLI tool, version **1.0.1**. Users can download these files directly from [GitHub Releases](https://github.com/IPGeolocation/cli/releases) or from the table below without needing to build from source.
@@ -937,13 +935,13 @@ ipgeolocation asn [flags]
937935
> [!NOTE]
938936
> ASN API is only available in the Advanced Plan
939937
940-
### Get ASN Information of your IP
938+
#### Get ASN Information of your IP
941939
Get ASN information about your current IP address:
942940
```bash
943941
ipgeolocation asn
944942
```
945943

946-
### Get ASN Information by ASN Number
944+
#### Get ASN Information by ASN Number
947945
Lookup a specific ASN. The AS number can be prefixed with 'AS' or 'as':
948946
```bash
949947
ipgeolocation asn --asn 15169

0 commit comments

Comments
 (0)