diff --git a/README.md b/README.md index 6b6786ef..4e51d725 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ CommonDataModel::buildRelease(cdmVersions = "5.4", If you have an empty schema ready to go, the package will connect and instantiate the tables for you. To start, you need to download DatabaseConnector in order to connect to your database. ``` -devtools::install_github("DatabaseConnector") +devtools::install_github("ohdsi/DatabaseConnector") cd <- DatabaseConnector::createConnectionDetails(dbms = "postgresql", server = "localhost/ohdsi",