fix typo in readme tutorial

This commit is contained in:
Brent Schroeter 2025-09-06 12:25:26 -07:00
parent 33754f5258
commit 7fd1d7c71e

View file

@ -77,7 +77,7 @@ Error: × Failed to open serial port /dev/<DEVICE NAME>
Granting read/write permissions to all users, should be sufficient to resolve the above issue (note that this is required each time the device is physically reconnected):
```sh
chmod a+rw /dev/<DEVICE NAME>
sudo chmod a+rw /dev/<DEVICE NAME>
```
The port will be saved to `espflash_ports.toml`. For further information, refer to the [`espflash` documentation](https://github.com/esp-rs/espflash/blob/1daf446a0a553d23309e77c8781679ca25fc007a/espflash/README.md).