Skip to content

Commit 912f763

Browse files
authored
Update README.md
1 parent ce7377f commit 912f763

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
@@ -1,7 +1,7 @@
11
# cockroachdb-parser
22

33
`cockroachdb-parser` is a snapshot of the parser package and
4-
all its dependencies from the [CockroachDB repo](repo). The
4+
all its dependencies from the [CRDB repo][repo]. The
55
smaller package is Apache licensed and contains less dependencies
66
to pull in when configuring compared to `go get github.com/cockroachdb/cockroach`.
77

@@ -39,7 +39,7 @@ func Parse() error {
3939

4040
## Generating a snapshot
4141

42-
Ensure the [CockroachDB repo](repo) is cloned in your $GOPATH, and then type:
42+
Ensure the [CRDB repo][repo] is cloned in your $GOPATH, and then type:
4343

4444
```sh
4545
./snapshot.sh

0 commit comments

Comments
 (0)