Skip to content

Commit

Permalink
Fix markdownlint warnings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Oct 1, 2018
1 parent 9dce242 commit effafeb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the country and Internet service provider).

#### Looking up your current IP address

```
```text
$ ipinfo
IP address ... # Results will be based on your IP address
Expand All @@ -25,22 +25,22 @@ $ ipinfo

#### Looking up an arbitrary IP address

```
```text
$ ipinfo 8.8.8.8
IP address 8.8.8.8
Hostname google-public-dns-a.google.com
City Mountain View
Region California
Country US
Location 37.3860,-122.0840
Postal code 94035
IP address 8.8.8.8
Hostname google-public-dns-a.google.com
City Mountain View
Region California
Country US
Location 37.3860,-122.0840
Postal code 94035
Organization AS15169 Google LLC
```

### Reference

```
```text
NAME:
ipinfo - Retrieve information about IP addresses
Expand Down

0 comments on commit effafeb

Please sign in to comment.