Skip to content

Commit

Permalink
Update initialize-a-github-repo.md (#749)
Browse files Browse the repository at this point in the history
Change text so <REPO_URL> is displayed.
  • Loading branch information
wmbond committed Jan 6, 2024
1 parent 48ef8f7 commit a372d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/initialize-a-github-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $ git add .
$ git commit -m "First commit"
```

{%change%} Link it to the repo you created on GitHub by running the following, replacing **<REPO_URL>** with your repository URL.
{%change%} Link it to the repo you created on GitHub by running the following, replacing <REPO_URL> with your repository URL.

``` bash
$ git branch -M main
Expand Down

0 comments on commit a372d36

Please sign in to comment.