From 3782c4b7d0a7209608053bd838fe66267e6cdc36 Mon Sep 17 00:00:00 2001 From: Tee Parham Date: Sat, 28 Feb 2015 14:06:03 -0700 Subject: [PATCH] Update readme [ci skip] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2831ff4..1342d869 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ gem 'activerecord-postgis-adapter', '3.0.0.beta2' #### Version 2.x supports ActiveRecord 4.0.x and 4.1.x +_If you are using version 2.x, you should read [the version 2.x README](https://github.com/rgeo/activerecord-postgis-adapter/blob/2.0-stable/README.md)_ + Requirements: ``` @@ -77,6 +79,8 @@ _JRuby support for Rails 4.x was added in version 2.2.0_ #### Version 0.6.x supports ActiveRecord 3.x +_If you are using version 0.6.x, you should read [the version 0.6.x / 2.x README](https://github.com/rgeo/activerecord-postgis-adapter/blob/2.0-stable/README.md)_ + Requirements: ```