diff --git a/README.md b/README.md
index 7405f9e8864ce027e8d86b72d46baac9c18d651b..6a88396892dfc9966c38f33527eb0e0aec0e2eef 100644
--- a/README.md
+++ b/README.md
@@ -709,7 +709,7 @@ You can replace `city` with `country` in any of the above tasks, generators, and
 * **Limitations**: Only good for non-commercial use. For commercial usage please check http://developer.baidu.com/map/question.htm#qa0013
 * **Notes**: To use Baidu set `Geocoder.configure(:lookup => :baidu_ip, :api_key => "your_api_key")`.
 
-#### GeoLite2 (`:geoip2`) - EXPERIMENTAL
+#### GeoLite2 (`:geoip2`)
 
 This lookup provides methods for geocoding IP addresses without making a call to a remote API (improves speed and availability). It works, but support is new and should not be considered production-ready. Please [report any bugs](https://github.com/alexreisner/geocoder/issues) you encounter.