Skip to content

Fixed some typo's in the readme #29

Fixed some typo's in the readme

Fixed some typo's in the readme #29

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
- name: Install gems
run: |
gem install bundler -v 2.2.3
bundle install
- name: Run RSpec
run: bundle exec rspec