diff --git a/README.md b/README.md index 1501a87..5d620cf 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ devtools::install_github('HenrikVarmer/upsertR') ``` # Functions -There is only one core function in upsertR: upsert(), which lets you upsert a dataframe to a target SQL server. See below for an example. +There is only one core function in upsertR: ```Rupsert()```, which lets you upsert a dataframe to a target SQL server. See below for an example.