Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho authored Apr 17, 2024
1 parent 8d02774 commit bc420c7
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 @@ -11,7 +11,7 @@ Run the following lines of code in R:

```
# Set configuration
usethis::use_git_config(user.name = "INSERT GITHUB USER NAME", user.emal = "INSERT EMAIL")
usethis::use_git_config(user.name = "INSERT GITHUB USER NAME", user.email = "INSERT EMAIL")
# This line will take you to GitHub to generate a personal access token (PAT).
# IMPORTANT: Copy and save the PAT once it is generated. Once you leave the GitHub page you will not be able to view the PAT.
Expand Down

0 comments on commit bc420c7

Please sign in to comment.