Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Feb 25, 2024
1 parent cee6200 commit 09bd88c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

Outboxer is a Ruby implementation of the [transactional outbox pattern](https://microservices.io/patterns/data/transactional-outbox.html).

It helps you migrate conventional Rails apps to an eventually consistent, event driven architecture based on best practice domain driven design (DDD) principles.

## Installation

### add the gem to your application's gemfile
Expand Down Expand Up @@ -35,7 +37,7 @@ bin/rails g outboxer:schema
bin/rake db:migrate
```

### include messageable into your models
### include messageable into your event model

```ruby
class Event < ActiveRecord::Base
Expand Down

0 comments on commit 09bd88c

Please sign in to comment.