From f71311f9faa451ca456a9f06186465f5fdd1ca10 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Tue, 24 Sep 2024 22:51:58 +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 f03385d..73d40c9 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,7 @@ loltext: ## Development Check out this repo and run `bin/setup`, to install all dependencies and -generate docs. Run `bundle exec rake` to run all tests and generate a -coverage report. +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.