Skip to content

Commit d2213d9

Browse files
committed
Submitting review 8cd8654
Respond to public feedback on our documentation
2 parents 83c4d77 + 6f11be8 commit d2213d9

File tree

2 files changed

+407
-1
lines changed

2 files changed

+407
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories.
55

66
## Overview
77

8-
This tool is the first *distributed* code review system for git repos.
8+
This tool is a *distributed* code review system for git repos.
99

1010
By "distributed", we mean that code reviews are stored inside of the repository
1111
as git objects. Every developer on your team has their own copy of the review
@@ -75,6 +75,8 @@ Submitting the current review:
7575

7676
git appraise submit [--merge | --rebase]
7777

78+
A more detailed getting started doc is available [here](docs/tutorial.md).
79+
7880
## Metadata
7981

8082
The code review data is stored in git-notes, using the formats described below.

0 commit comments

Comments
 (0)