Skip to content

Commit

Permalink
update TOC and minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Jan 18, 2021
1 parent a54fc82 commit ca4e345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -29,6 +29,7 @@ More in-depth examples and documentation can be found below.
- [Tables](#tables)
- [Local Git Repository](#local-git-repository)
- [`commits`](#commits)
- [`blame`](#blame)
- [`stats`](#stats)
- [`files`](#files)
- [`branches`](#branches)
Expand Down Expand Up @@ -150,7 +151,7 @@ Similar to `git log`, the `commits` table includes all commits in the history of

##### `blame`

Similar to `git blame`, the `blame` table includes the blame of all files in the current HEAD.
Similar to `git blame`, the `blame` table includes blame information for all files in the current HEAD.

| Column | Type |
|-----------------|----------|
Expand Down

0 comments on commit ca4e345

Please sign in to comment.