README.md in runger_actions-0.19.2 vs README.md in runger_actions-0.20.0
- old
+ new
@@ -1,6 +1,6 @@
-[](https://codecov.io/gh/davidrunger/runger_actions)
+[](https://codecov.io/gh/davidrunger/runger_actions)

# RungerActions
Organize and validate the business logic of your Rails application with this combined form object /
@@ -643,10 +643,10 @@
knew about at the time that I decided to start building it. I built this gem mostly to scratch my
own itch and for the sake of exploring this problem space a little bit.
I am actively using this gem in the small Rails application that hosts my personal website and apps;
you can check out its [`app/actions/`
-directory](https://github.com/davidrunger/david_runger/tree/master/app/actions) if you are
+directory](https://github.com/davidrunger/david_runger/tree/main/app/actions) if you are
interested in seeing some real-world use cases.
# Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/rspec` to run