From 9b1358889fb37918109cf740658f1af7cb59f56c Mon Sep 17 00:00:00 2001 From: ydah Date: Tue, 17 Dec 2024 17:14:44 +0900 Subject: [PATCH] Fix typo s/Usefull/Useful/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25584ad..9e2603d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ rspec --format RSpec::Github::Formatter --tag ~skip After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests. Publishing a new version is handled by the [publish workflow](.github/workflows/publish.yml). This workflow publishes a GitHub release to [rubygems](https://rubygems.org/) with the version defined in the release. -### Usefull references +### Useful references - https://help.github.com/en/actions/reference/development-tools-for-github-actions - https://developer.github.com/apps/quickstart-guides/creating-ci-tests-with-the-checks-api