diff --git a/README.md b/README.md index 90b8458..1a493c9 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ Pass in the IP address of your device once in access point mode. #### connect_to_wifi ```python -connect_to_wifi(ssid, password, timeout=30) +connect_to_wifi(ssid, password, timeout_seconds=30) ``` Connects to the network specified by `ssid` with the provided password. @@ -459,4 +459,4 @@ Here are some Phew! community projects and guides that you might find useful. No - :link: [Hacking Big Mouth Billy Bass](https://www.youtube.com/watch?v=dOEjfBplueM) - :link: [How to set up a Phew! Access Point](https://www.kevsrobots.com/blog/phew-access-point.html) -- :link: [Wireless Networking Setup Example for Raspberry Pi Pico W](https://github.com/simonprickett/phewap) \ No newline at end of file +- :link: [Wireless Networking Setup Example for Raspberry Pi Pico W](https://github.com/simonprickett/phewap)