From 6d456416b40f405c5556ef1bc6055b111cac280e Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Tue, 24 Sep 2024 22:52:52 +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 d4b96f6..414d59a 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,7 @@ commentary! ## Development Check out this repo and run `bin/setup`, this will install dependencies -and generate docs. Run `bundle exec rake` to run all tests and generate -a coverage report. +and generate docs. Run `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.