From 75f196449dd549312b05a04d242752bce53adfef Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Tue, 12 Jun 2012 14:59:17 -0400
Subject: [PATCH] Move quota from "Limitations" to "Quota".

---
 README.rdoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rdoc b/README.rdoc
index c38bf490..d51f03bd 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -336,13 +336,13 @@ Limitations:: "Under no circumstances can our data be re-distributed or re-sold
 ==== FreeGeoIP
 
 API key:: none
-Quota:: ?
+Quota:: 1000 requests per hour.  After reaching the hourly quota, all of your requests will result in HTTP 403 (Forbidden) until it clears up on the next roll over.
 Region:: world
 SSL support:: no
 Languages:: English
 Documentation:: http://github.com/fiorix/freegeoip/blob/master/README.rst
 Terms of Service:: ?
-Limitations:: 1000 requests per hour.  After reaching the hourly quota, all of your requests will result in HTTP 403 (Forbidden) until it clears up on the next roll over.
+Limitations:: ?
 
 
 == Caching
-- 
GitLab