Skip to content

Commit

Permalink
fix: typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rowangamal authored and Eslam-Nawara committed Dec 4, 2024
1 parent 061ca29 commit 48be192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/geoip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To get the location of the system calling this function, use exported method `Fe

1. use `geoip.Fetch()`:

This method uses 3 paths of geoip, It starts with first path of `geoipURLs` if any error was produced it continues and tries out the next path, REturnes the default unknown location and the error in case it coulnd't receive correct response from all paths.
This method uses 3 paths of geoip, It starts with first path of `geoipURLs` if any error was produced it continues and tries out the next path, REturnes the default unknown location and the error in case it couldn't receive correct response from all paths.

## Tests

Expand Down

0 comments on commit 48be192

Please sign in to comment.