Skip to content

Commit b52185b

Browse files
committed
Fix filepaths in READMEs
1 parent 853bfcd commit b52185b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cgt_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To build `cgt-cli` from source clone the repository and install [Rust toolchain]
1111
```console
1212
$ git clone https://github.com/t4ccer/cgt-tools.git
1313
$ cd cgt-tools
14-
$ cargo build --package cgt-cli --release
14+
$ cargo build --package cgt_cli --release
1515
```
1616

1717
You will find the binary in `./target/release` directory created by `cargo`.

cgt_py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development
22

3-
Open python shell with access to `cgt-py` package.
3+
Open python shell with access to `cgt_py` package.
44

55
```
66
$ make repl

0 commit comments

Comments
 (0)