Skip to content

Commit 12022f1

Browse files
committed
Colons consistently before code
1 parent a871542 commit 12022f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Git LFS can manage `.gitattributes` for you:
7777

7878
### Pushing commits
7979

80-
Once setup, you're ready to push some commits.
80+
Once setup, you're ready to push some commits:
8181

8282
$ git add my.zip
8383
$ git commit -m "add zip"
@@ -87,7 +87,7 @@ You can confirm that Git LFS is managing your zip file:
8787
$ git lfs ls-files
8888
my.zip
8989

90-
Once you've made your commits, push your files to the Git remote.
90+
Once you've made your commits, push your files to the Git remote:
9191

9292
$ git push origin master
9393
Sending my.zip

0 commit comments

Comments
 (0)