webmux 0.18.0 → 0.19.0

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
@@ -56,7 +56,7 @@ cd /path/to/your/project
56
56
  webmux init # creates .webmux.yaml
57
57
 
58
58
  # 4. Start the dashboard
59
- webmux # opens on http://localhost:5111
59
+ webmux serve # opens on http://localhost:5111
60
60
  ```
61
61
 
62
62
  ## Prerequisites