Skip to content

Commit be8ba25

Browse files
committed
Updated readme
1 parent 80de5d0 commit be8ba25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ during development to quickly access various subsystems in the Crazyflie and sup
1414
* High-level commander (takeoff, land, go-to, trajectories)
1515

1616
It's not intended to be used for creating more advanced scripts or functionality, it's better to
17-
use the the [Crazyflie python library](https://github.com/bitcraze/crazyflie-lib-python) for that.
17+
use the the new [Crazyflie python library (v2)](https://github.com/bitcraze/crazyflie-lib-python-v2) for that.
1818

1919
## Installation
2020

@@ -179,4 +179,4 @@ cargo install cross
179179
cross build --target aarch64-unknown-linux-gnu
180180

181181
# The resulting executable is now in ./target/aarch64-unknown-linux-gnu/debug/cfcli
182-
```
182+
```

0 commit comments

Comments
 (0)