From 082e0973343f6ac6332c56feebaa4c960d15fe7d Mon Sep 17 00:00:00 2001 From: Yinon Rousso Date: Mon, 17 Aug 2020 10:40:02 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878a3d3..b42f4de 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Currently this has been manually tested with Rails version 4 and 5, and works wi ## Installation In your `Gemfile` add the following snippet ```ruby -gem 'activerecord-mysql-enum', '~> 0.1', require: 'active_support/mysql/enum' +gem 'activerecord-mysql-enum', '~> 0.1', require: 'active_record/mysql/enum' ``` ## Usage