Skip to content

Commit 071da75

Browse files
author
Narsimham Chelluri
committedSep 1, 2020
Minor edit
1 parent c28ef46 commit 071da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you don't need any of the MaxMind data, but you still want to create a fast,
1212
- [Go 1.14](https://golang.org/dl/) or later must be installed, and `go` must be in your `$PATH`
1313
- the [`mmdbinspect`](https://github.com/maxmind/mmdbinspect) tool must be installed and be in your `$PATH`
1414
- a copy of the [GeoLite2 Country](https://dev.maxmind.com/geoip/geoip2/geolite2/) database must be in your working directory
15-
- your working directory (which can be located under any parent directory) must be named `mmdb-from-go-blogpost` (if you clone the code using the instructions below, this directory will be created in the appropriate place)
15+
- your working directory (which can be located under any parent directory) must be named `mmdb-from-go-blogpost` (if you clone the code using the instructions below, this directory will be created for you)
1616
- a basic understanding of [Go](https://gobyexample.com/) and of [IP addresses](https://en.wikipedia.org/wiki/IP_address) and [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation) will be helpful, but allowances have been made for the intrepid explorer for whom these concepts are novel!
1717

1818
### AcmeCorp's data

0 commit comments

Comments
 (0)