Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaztahir committed Mar 1, 2023
1 parent b98560d commit a3edb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ And in your repositories
maven("https://maven.pkg.github.com/Qawaz/markdown-compose") {
name = "GithubPackages"
try {
// GPR_USER is your github usernme
// GPR_API_KEY is your github personal access token
// GPR_USER is your GitHub username
// GPR_API_KEY is your GitHub personal access token
credentials {
username = (System.getenv("GPR_USER")).toString()
password = (System.getenv("GPR_API_KEY")).toString()
Expand Down

0 comments on commit a3edb24

Please sign in to comment.