We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912f763 commit a1ab181Copy full SHA for a1ab181
README.md
@@ -1,7 +1,7 @@
1
# cockroachdb-parser
2
3
`cockroachdb-parser` is a snapshot of the parser package and
4
-all its dependencies from the [CRDB repo][repo]. The
+all its dependencies from the [CockroachDB repo][repo]. The
5
smaller package is Apache licensed and contains less dependencies
6
to pull in when configuring compared to `go get github.com/cockroachdb/cockroach`.
7
@@ -39,7 +39,7 @@ func Parse() error {
39
40
## Generating a snapshot
41
42
-Ensure the [CRDB repo][repo] is cloned in your $GOPATH, and then type:
+Ensure the [CockroachDB repo][repo] is cloned in your $GOPATH, and then type:
43
44
```sh
45
./snapshot.sh
0 commit comments