From 00bd05daace6ac1e37bfba05e2023d1dc6756622 Mon Sep 17 00:00:00 2001 From: Clair Blacketer Date: Thu, 28 Mar 2024 13:32:44 -0400 Subject: [PATCH] closes #611 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",