From c4afa8ba0755a5d06277562775a8affd3c9fee87 Mon Sep 17 00:00:00 2001 From: Damian Legawiec Date: Fri, 11 Sep 2020 12:35:19 +0200 Subject: [PATCH] Use 2.0 for installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61659f..3e79157 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ No additional development required. 1. Add this extension to your Gemfile with this line: ```ruby - gem 'spree_analytics_trackers', '~> 2.0.0.rc1' + gem 'spree_analytics_trackers', '~> 2.0' ``` 2. Install the gem using Bundler: