Skip to content

Commit bb819b8

Browse files
author
Sergio García Prado
committed
ISSUE #99
* Minor improvement.
1 parent 74b480d commit bb819b8

File tree

1 file changed

+2
-2
lines changed
  • packages/plugins/minos-database-lmdb

1 file changed

+2
-2
lines changed

packages/plugins/minos-database-lmdb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Set the database client on the `config.yml` file:
2727
```yaml
2828
...
2929
databases:
30-
foobar:
30+
saga:
3131
client: minos.plugins.lmdb.LmdbDatabaseClient
32-
path: "./foobar.lmdb"
32+
path: "./saga.lmdb"
3333
...
3434
...
3535
```

0 commit comments

Comments
 (0)