README.md in jekyll-roman-0.0.2 vs README.md in jekyll-roman-0.0.3

- old
+ new

@@ -1,11 +1,11 @@ # jekyll-roman A liquid filter for Jekyll that converts numbers into Roman numerals. [![Gem Version](https://img.shields.io/gem/v/jekyll-roman.svg)](https://rubygems.org/gems/jekyll-roman) -[![Build Status](https://img.shields.io/travis/paulrobertlloyd/jekyll-roman/master.svg)](https://travis-ci.org/paulrobertlloyd/jekyll-roman) +[![Build Status](https://github.com/paulrobertlloyd/jekyll-roman/workflows/test/badge.svg)](https://github.com/paulrobertlloyd/jekyll-roman/actions) ## Installation 1. Add `gem 'jekyll-roman'` to your site’s Gemfile and run `bundle` 2. Add the following to your site’s `_config.yml`: @@ -23,11 +23,11 @@ <h1>&copy; {{ site.time | date:"%Y" | roman }}</h1> ```` ## Testing -1. `script/bootstrap` -2. `script/cibuild` +1. `bundle install` +2. `bundle exec rake spec` ## Contributing 1. Fork the project 2. Create a descriptively named feature branch