Skip to content

Commit

Permalink
update REAMDE.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrutsch committed Dec 9, 2021
1 parent b89beb6 commit 7ba76e5
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 @@ -11,13 +11,13 @@ akka-persistence-mapdb is a plugin for [akka-persistence](https://doc.akka.io/do

Add the following dependency to your `build.sbt`:

```
```scala
libraryDependencies += "com.fgrutsch" %% "akka-persistence-mapdb" % "<latest>"
```

Add the following to your `application.conf` to use akka-persistence-mapdb as the persistence backend:

```
```json
akka {
persistence {
journal {
Expand Down

0 comments on commit 7ba76e5

Please sign in to comment.