Skip to content

Commit

Permalink
doc: fix example link
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Mar 11, 2018
1 parent 7b2de95 commit 445427f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ immediately load them back into memory. By default, the [memdown](https://www.np
persists between starts. To enable full persistence and recovery, you must configure skyring to use a
persistent backend for `levelup`. [Leveldown](https://www.npmjs.com/package/leveldown) is installed by default.


```bash
skyring run --storage:backend=leveldown --storage:path='/var/data/skyring'
```
Expand All @@ -187,7 +186,7 @@ skyring run --storage:backend=leveldown --storage:path='/var/data/skyring'

In situations when the local disk is not reliable enough, you can install and use any levelup backend to suite your needs.
If, for example you want to off load data storage to a [mongo](https://github.com/esatterwhite/skyring/tree/master/examples/mongo-storage)
or [scylladb](https://github.com/esatterwhite/skyring/tree/master/examples/mongo-storage) cluster, you would just include the backend package
or [scylladb](https://github.com/esatterwhite/skyring/tree/master/examples/scylla-storage) cluster, you would just include the backend package
as a dependency in your project and specify it by name as the stoargae package. Options for the backend can be passed via the `storage` attribute

```bash
Expand Down

0 comments on commit 445427f

Please sign in to comment.