Skip to content

Commit c854a26

Browse files
authored
Fix typos
1 parent a52598a commit c854a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ A Python Lighthouse Adapter
88

99
Example scripts can be found [here](examples)
1010

11-
## Troubeshooting
11+
## Troubleshooting
1212

1313
If you are experiencing errors regarding SSL certificates,
1414
instantiate Pyghthouse using the `ignore_ssl_cert=True`
1515
keyword argument.
1616

17-
## Requiered packages
17+
## Required packages
1818
- websocket-client
1919
- msgpack
2020

@@ -26,4 +26,4 @@ keyword argument.
2626
To install packages in python, you can use `pip install <package name>` in a command line. For example `pip install numpy`.
2727
If you have problems with installing, we recommend to use this guide: https://packaging.python.org/en/latest/tutorials/installing-packages/
2828

29-
In Thonny, you can use a Package Manager. You can find it in `Tools > Manage packages...`
29+
In Thonny, you can use a Package Manager. You can find it in `Tools > Manage packages...`

0 commit comments

Comments
 (0)