README.md in fast_camelize-0.1.2 vs README.md in fast_camelize-0.1.3

- old
+ new

@@ -1,8 +1,8 @@ # `String#camelize` Ruby Extension -[![Build Status](https://github.com/kddeisz/fast_camelize/workflows/Main/badge.svg)](https://github.com/kddeisz/fast_camelize/actions) +[![Build Status](https://github.com/kddnewton/fast_camelize/workflows/Main/badge.svg)](https://github.com/kddnewton/fast_camelize/actions) [![Gem Version](https://img.shields.io/gem/v/fast_camelize.svg)](https://rubygems.org/gems/fast_camelize) `fast_camelize` is a C extension that provides a fast implementation of [ActiveSupport's `String#camelize` method](http://api.rubyonrails.org/classes/String.html#method-i-camelize). ## Is it fast? @@ -44,10 +44,10 @@ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/kddeisz/fast_camelize. +Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/fast_camelize. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).