From db940d7be3cfe6e663c88807a8aa8698cdbad56f Mon Sep 17 00:00:00 2001 From: Davide Pastore Date: Thu, 9 Oct 2014 16:55:38 +0200 Subject: [PATCH] Add issues section in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9941778..92dabf8 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,8 @@ IpInfo::COUNTRY; //For the country IpInfo::PHONE; //For the phone IpInfo::GEO; //For the geo info. This is the only value that will return an Host object from getSpecificField() ``` + +Issues +------- + +If you have issues, just open one [here](https://github.com/DavidePastore/ipinfo/issues).