README.md in metaractor-3.3.0 vs README.md in metaractor-3.3.2
- old
+ new
@@ -1,6 +1,7 @@
-# Metaractor [![Build status](https://badge.buildkite.com/70063a5154eb7366b8b7fd65a875c5f64301bc60f6d29a2ad7.svg)](https://buildkite.com/outstand/metaractor)
+![logo-color](https://user-images.githubusercontent.com/146013/225313017-ea1e42d6-741d-4db6-a492-a1e75106d720.png)
+
Adds parameter validation and error control to [interactor](https://github.com/collectiveidea/interactor).
## Installation
Add this line to your application's Gemfile:
@@ -52,11 +53,11 @@
### Configuration
Metaractor is meant to be extensible (hence the 'meta'). You can add additional modules in the following way:
```ruby
-# This is an example from Outstand's production app to add some sidekiq magic.
+# This is an example from a production app to add some sidekiq magic.
# Feel free to place this in start up code or a Rails initializer.
Metaractor.configure do |config|
config.prepend_module Metaractor::SidekiqCallbacks
config.include_module Metaractor::SidekiqBatch
end
@@ -356,7 +357,7 @@
- `docker compose build --pull`
- `docker compose run --rm release`
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/outstand/metaractor.
+Bug reports and pull requests are welcome on GitHub at https://github.com/metaractor/metaractor.