preact-missing-hooks 4.1.0 → 4.3.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
@@ -117,7 +117,10 @@ function App() {
117
117
  }
118
118
  ```
119
119
 
120
- **Live demo:** Run the docs demo locally to try every hook with live examples:
120
+ **Live demo:** Try every hook with live examples:
121
+
122
+ - **Online:** [preact-missing-hooks.vercel.app](https://preact-missing-hooks.vercel.app/)
123
+ - **Local:** Run the docs demo:
121
124
 
122
125
  ```bash
123
126
  npm run build && npx serve -l 5000