react-performance-advisor 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-performance-advisor",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
package/readme.md CHANGED
@@ -14,10 +14,13 @@ React Performance Advisor acts as an "X-ray machine" for your React applications
14
14
 
15
15
  ## 📦 Installation
16
16
 
17
- bash
18
-
19
- npm install react-performance-advisor
20
-
17
+ ```bash
18
+ npm install react-performance-advisor
19
+ ```
20
+ ## 🎮 Live Demo
21
+
22
+ Try the live interactive demo right in your browser:
23
+ [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/gallant-stonebraker-6q98z5)
21
24
 
22
25
  ## 🛠️ Quick Start
23
26