diff --git a/connect-credential-caching.Rmd b/connect-credential-caching.Rmd index 97af0b96..4f475395 100644 --- a/connect-credential-caching.Rmd +++ b/connect-credential-caching.Rmd @@ -113,8 +113,7 @@ library(gitcreds) gitcreds_set() ``` -This allows you to keep or view any existing credentials and replace them or store a credential for the first time. -`gitcreds::gitcreds_set()` is a very handy function, since it reports any current credential, allows you to see it, and allows you to keep or replace a credential. +`gitcreds::gitcreds_set()` is a very handy function, since it reports any current credential, allows you to see it, allows you to keep or replace an existing credential, and can also store a credential for the first time. Respond to the prompt with your personal access token (PAT). @@ -141,6 +140,8 @@ library(credentials) set_github_pat() ``` +Respond to the prompt with your personal access token (PAT). + If successful, your initial (and subsequent) calls will look like this: ```{r eval = FALSE}