Skip to content

Commit f2b3070

Browse files
committed
Change default database parameter in Readme to testdb
Signed-off-by: Joern Bernhardt <jb@campudus.com>
1 parent 270b52f commit f2b3070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you're using Scala in your own project and want to use Scala 2.11, you can ch
4747
* `maxPoolSize` - The number of connections that may be kept open. Defaults to `10`.
4848
* `username` - The username to connect to the database. Defaults to `postgres` for PostgreSQL and `root` for MySQL.
4949
* `password` - The password to connect to the database. Default is not set, i.e. it uses no password.
50-
* `database` - The name of the database you want to connect to. Defaults to `test`.
50+
* `database` - The name of the database you want to connect to. Defaults to `testdb`.
5151

5252

5353
## Usage

0 commit comments

Comments
 (0)