1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00

docs: fix typo in testing.md

This commit is contained in:
matejcik 2019-05-27 17:01:49 +02:00
parent 32fbdb2abd
commit 6864758f2b

View File

@ -12,7 +12,7 @@ Apart from the internal tests, Trezor core has a suite of integration tests in t
```sh
sudo pip3 install pipenv
```
In the `frezor-firmware` checkout, install the environment:
In the `trezor-firmware` checkout, install the environment:
```sh
pipenv sync
```