Skip to content

Commit 25e6ee8

Browse files
committed
fix ref in readme
1 parent d4f14d3 commit 25e6ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ To use the components in this repository, you have a few options:
4646
`ble_gatt_server` components, you could run:
4747

4848
```console
49-
idf.py add-dependency "esp-cpp/task^0.21.0"
50-
idf.py add-dependency "esp-cpp/ble_gatt_server^0.21.0"
49+
idf.py add-dependency "espp/task^0.21.0"
50+
idf.py add-dependency "espp/ble_gatt_server^0.21.0"
5151
```
5252
5353
Alternatively, you could add the following dependencies to your

0 commit comments

Comments
 (0)