diff --git a/README.markdown b/README.markdown index 0238309..46142a5 100644 --- a/README.markdown +++ b/README.markdown @@ -4,7 +4,7 @@ That Object is So Basic! TOISB lets you play with BasicObject and other weird objects in Ruby in style and without breaking (as many) things. [![Gem](https://img.shields.io/gem/v/that_object_is_so_basic.svg?style=for-the-badge)](https://rubygems.org/gems/that_object_is_so_basic) -[![Travis (.org)](https://img.shields.io/travis/acook/that_object_is_so_basic.svg?style=for-the-badge)](https://travis-ci.org/acook/that_object_is_so_basic) +[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/acook/that_object_is_so_basic/ruby.yml?style=for-the-badge)](https://github.com/acook/that_object_is_so_basic/actions) [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/acook/that_object_is_so_basic.svg?style=for-the-badge)](https://codeclimate.com/github/acook/that_object_is_so_basic) Usage @@ -33,4 +33,4 @@ toisb.safe_send :to_s #=> "#" Author ------ -> © 2019 Anthony M. Cook +> © 2019-2024 Anthony M. Cook