File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Please note that you will be redirected from these permalinks to the hostname
2121
2222### Download best practices
2323
24- At a high- level, the best practice is to write an automated script that
24+ At a high level, the best practice is to write an automated script that
2525periodically checks the ` last-modified ` header for the report's build date, and
2626downloads the resulting report when the ` last-modified ` time is later than the
2727` last-modified ` time of the latest local copy of the report.
@@ -114,6 +114,6 @@ Please note that the permalink copied from your account portal will replace
114114` YOUR_GEOFEED_ID ` with a unique ID for your geofeed and ` YOUR_REPORT_ID ` with an
115115identifier for the kind of report you're downloading.
116116
117- This will save the database to a file called ` YOUR_REPORT_ID.csv ` . For example,
117+ This will save the report to a file called ` YOUR_REPORT_ID.csv ` . For example,
118118` https://download.maxmind.com/geofeed/reports/v1.0/YOUR_GEOFEED_ID/geolocation `
119119would download a file called ` geolocation.csv ` .
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ using the CSV-format databases.
136136
137137### Download best practices
138138
139- At a high- level, the best practice is to write an automated script that
139+ At a high level, the best practice is to write an automated script that
140140periodically checks the ` last-modified ` header for the database's build date,
141141and downloads the database when the ` last-modified ` time is later than the
142142` last-modified ` time of the latest local copy of the database.
You can’t perform that action at this time.
0 commit comments