Skip to content

Update README.md #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers

Depending on your Scala version, you should download the specific version. If you're using Scala 2.10.x:

`vertx install io.vertx~mod-mysql-postgresql_2.10~0.3.0`
`vertx install io.vertx~mod-mysql-postgresql_2.10~0.3.1`

If you're using Scala 2.11.x:

`vertx install io.vertx~mod-mysql-postgresql_2.11~0.3.0`
`vertx install io.vertx~mod-mysql-postgresql_2.11~0.3.1`

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!).

Expand Down