Skip to content

Commit f7d58c9

Browse files
minor updates to README
1 parent 1f4d311 commit f7d58c9

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
@@ -7,9 +7,9 @@
77

88
## tickgit 🎟️
99

10-
`tickgit` is an experiment in code-based project management. It's a tool to help you manage tickets, todo items, and checklists within a codebase. Use the `tickgit` command to view pending tasks, progress reports, completion summaries and historical data (using `git` history).
10+
`tickgit` is a tool to help you manage tickets, todo items, and checklists within a codebase. Use the `tickgit` command to view pending tasks, progress reports, completion summaries and historical data (using `git` history).
1111

12-
It's certainly not meant to replace project management tools such as JIRA, Trello, etc. It will, hopefully, be a useful way to augment those tools with project management patterns that coexist with your code. As such, it's primary audience is software engineers.
12+
It's not meant to replace full-fledged project management tools such as JIRA or Trello. It will, hopefully, be a useful way to augment those tools with project management patterns that coexist with your code. As such, it's primary audience is software engineers.
1313

1414
### TODOs
1515

@@ -38,7 +38,7 @@ TODO: type it.
3838

3939
#### Coming Soon
4040

41-
- [ ] History - get a better sense of how old TODOs are, when they were introduced and by whom
41+
- [x] History - get a better sense of how old TODOs are, when they were introduced and by whom
4242
- [ ] Context - more visibility into the lines of code _around_ a TODO for greater context
4343

4444
### Tickets

0 commit comments

Comments
 (0)