Skip to content

Commit

Permalink
closes #611
Browse files Browse the repository at this point in the history
  • Loading branch information
clairblacketer committed Mar 28, 2024
1 parent 47eced4 commit 00bd05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 00bd05d

Please sign in to comment.