walkietalkiebot 0.3.4 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,9 +35,9 @@ The full server gives you the web UI, voice interface, Telegram bot, and everyth
35
35
  npx walkietalkiebot
36
36
  ```
37
37
 
38
- This starts the HTTPS server and opens `https://localhost:5173` in your browser.
38
+ This starts the server and opens `http://localhost:5173` in your browser.
39
39
 
40
- > Requires Chrome or Edge for voice (Web Speech API needs secure context).
40
+ > Requires Chrome or Edge for voice (Web Speech API).
41
41
 
42
42
  ## What You Get
43
43