From 860bc2f7733a7103d93b2b596d44a82aa1db7367 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Wed, 27 Nov 2013 08:37:20 -0500 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26f4777..9261faf0 100644 --- a/README.md +++ b/README.md @@ -788,7 +788,7 @@ Contributions are welcome via pull requests on Github. Please respect the follow * Do not add dependencies on other gems. * Do not add unnecessary `require` statements which could cause LoadErrors on certain systems. * Remember: Geocoder needs to run outside of Rails. Don't assume things like ActiveSupport are available. -* Do not add to base configuration options; instead document required lookup-specific options in ther README. +* Do not add to base configuration options; instead document required lookup-specific options in the README. * Be willing to accept criticism and work on improving your code; Geocoder is used by thousands of developers and care must be taken not to introduce bugs. * Be aware that the pull request review process is not immediate, and is generally proportional to the size of the pull request. -- GitLab