Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy authored Mar 22, 2019
1 parent 70e976d commit e7d3dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ you can use it with Revisionair, by simply implementing the `Revisionair.Storage

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
Revisionair is [available in Hex](https://hex.pm/docs/publish). The package can be installed
by adding `revisionair` to your list of dependencies in `mix.exs`:

```elixir
Expand Down Expand Up @@ -66,7 +66,7 @@ Revisionair.store_revision(my_car, Vehicle, my_car.id, %{editor: current_user},

Revisionair ships with a very simple `Agent` layer that is used for testing.

For your practical applications, some other versions might be more appropriate.
For your practical applications, some other storage layer might be more appropriate. Check for instance [revisionair_ecto](https://hex.pm/packages/revisionair_ecto) for an Ecto-based persistence layer.

Other packages might be made by me or other people, that combine Revisionair with any of the
databases and other persistence layers out there. They will be listed here.
Expand Down

0 comments on commit e7d3dc7

Please sign in to comment.