Skip to content

Commit 526f0e6

Browse files
committed
Update README.md
1 parent 0f7efb6 commit 526f0e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
44

55
## Requirements
66

7-
* Vert.x 2.0+
7+
* Vert.x 2.1+ (with Scala language module v1.0)
88
* A working PostgreSQL or MySQL server
99
* For testing PostgreSQL: A 'testdb' database on a local PostgreSQL install and a user called 'vertx'
1010
* For testing MySQL: A 'testdb' database on a local MySQL install and a user called 'root'
@@ -13,6 +13,8 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
1313

1414
`vertx install io.vertx~mod-mysql-postgresql~0.3.0-SNAPSHOT`
1515

16+
If you get a "not found" exception, you might need to edit the repos.txt of your Vert.x installation to use https. See [issue 35](https://github.com/vert-x/mod-mysql-postgresql/issues/35) (thanks, @dparshin!).
17+
1618
## Configuration
1719

1820
{

0 commit comments

Comments
 (0)