From 189048c861558f96d6c8ac61b119700709b41aa9 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Tue, 24 Sep 2024 22:51:14 +0100 Subject: [PATCH] fix typo in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a297f9..6ee4830 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ To disable use: ## Development Check out this repo and run `bin/setup`, this will install all -dependencies and generate docs. Use `bundle exec rake` to run all tests -and generate a coverage report. +dependencies and generate docs. Use `bundle exec rake` to run all tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment with the gem code.