Skip to content

Commit dd11997

Browse files
committed
Update README.md
1 parent 62cb145 commit dd11997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Examples
1111

1212
### Identifying a firmware file
1313

14-
To identify which models are compatible with a specific firmware file, use the identify function.
14+
To identify which models are compatible with a specific firmware file, use the `identify()` method.
1515

1616
```python
1717
import tycmd
@@ -24,7 +24,7 @@ Models compatible with the firmware file will be returned as a list of strings:
2424
```
2525

2626
### List Available Boards
27-
To list all available boards, use the list_boards function.
27+
To list all available boards, use the `list_boards()` method.
2828

2929
```python
3030
import tycmd
@@ -59,8 +59,8 @@ Details for the available boards will be returned as a list of python dictionari
5959

6060
### Uploading a firmware file
6161

62-
To upload a firmware file to a board, use the `upload` function.
63-
You can address a board by its port or by its serial number.
62+
To upload a firmware file to a board, use the `upload()` method.
63+
You can specify a board by its port or by its serial number.
6464

6565
```python
6666
import tycmd

0 commit comments

Comments
 (0)