10000 It's 'Task Lists' not 'TODO Lists' · s30java/github-cheat-sheet@18694b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18694b1

Browse files
author
Rafal Chmiel
committed
It's 'Task Lists' not 'TODO Lists'
1 parent bc9f34a commit 18694b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ All the hidden and not hidden features of Git and GitHub. This cheat sheet was i
2828
- [Git Query](#git-query)
2929
- [Merged Branches](#merged-branches)
3030
- [Quick Licensing](#quick-licensing)
31-
- [TODO Lists](#todo-lists)
31+
- [Task Lists](#task-lists)
3232
- [Relative Links](#relative-links)
3333
- [.gitconfig Recommendations](#gitconfig-recommendations)
3434
- [Aliases](#aliases)
@@ -420,7 +420,7 @@ Also works for `.gitignore`.
420420

421421
[*Read more about open source licensing.*](https://help.github.com/articles/open-source-licensing)
422422

423-
## TODO Lists
423+
## Task Lists
424424

425425
In Issues and Pull requests check boxes can be added with the following syntax (notice the space):
426426
```
@@ -429,7 +429,7 @@ In Issues and Pull requests check boxes can be added with the following syntax (
429429
- [ ] Sleep
430430
```
431431

432-
![TODO List](http://i.imgur.com/k2qZi56.png)
432+
![Task List](http://i.imgur.com/k2qZi56.png)
433433

434434
When they are clicked, they will be updated in the pure Markdown:
435435

0 commit comments

Comments
 (0)
0