Skip to content

Commit

Permalink
merege master in
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Mar 27, 2015
2 parents 2d31ed8 + 5168089 commit b541c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ How to use
# =============================================================
# To get the `best matched` IP address of the client.
# Where:
# `Best Matched IP` = 1st public IP if any, otherwise 1st private IP.
# `Best Matched IP` = The first matched public IP if found, else the first matched non-public IP.

from ipware.ip import get_ip
ip = get_ip(request)
Expand Down

0 comments on commit b541c91

Please sign in to comment.