From 1f0c23c8d2289cb7c7a9c5ae860918c94f282ee8 Mon Sep 17 00:00:00 2001 From: Dmitry Babenko Date: Fri, 31 May 2024 21:44:18 +0300 Subject: [PATCH] Update README.md - fix gem installation version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e8d48..d11de1d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please also see the [Wiki](https://github.com/krisleech/wisper/wiki) for more ad Add this line to your application's Gemfile: ```ruby -gem 'wisper', '~3.0' +gem 'wisper', '~> 3.0' ``` ## Usage