Skip to content

Commit

Permalink
added link to Akka.Persistence.PostgreSql and Akka.Persistence.Cassan…
Browse files Browse the repository at this point in the history
…dra docs
  • Loading branch information
Aaronontheweb committed Jun 2, 2015
1 parent adc5db0 commit 2c4a433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ PM> Install-Package Akka.TestKit.XUnit2
**Akka.Persistence.PostgreSql** and **Akka.Persistence.Cassandra**
Akka.Persistence now has two additional concrete implementations for PostgreSQL and Cassandra! You can install either of the packages using the following commandline:

PostgreSQL
[Akka.Persistence.PostgreSql Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.PostgreSql)
```
PM> Install-Package Akka.Persistence.PostgreSql
```

Cassandra
[Akka.Persistence.Cassandra Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.Cassandra)
```
PM> Install-Package Akka.Persistence.Cassandra
```
Expand Down

0 comments on commit 2c4a433

Please sign in to comment.