react-grab 0.0.52 → 0.0.54

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
@@ -20,9 +20,8 @@ Get started in 1 minute by adding this script tag to your app:
20
20
 
21
21
  ```html
22
22
  <script
23
- src="//unpkg.com/react-grab/dist/index.global.js"
23
+ src="//www.react-grab.com/script.js"
24
24
  crossorigin="anonymous"
25
- data-enabled="true"
26
25
  ></script>
27
26
  ```
28
27
 
@@ -45,7 +44,6 @@ export default function RootLayout({ children }) {
45
44
  src="//unpkg.com/react-grab/dist/index.global.js"
46
45
  crossOrigin="anonymous"
47
46
  strategy="beforeInteractive"
48
- data-enabled="true"
49
47
  />
50
48
  )}
51
49
  {/* rest of your scripts go under */}
@@ -73,7 +71,6 @@ export default function Document() {
73
71
  src="//unpkg.com/react-grab/dist/index.global.js"
74
72
  crossOrigin="anonymous"
75
73
  strategy="beforeInteractive"
76
- data-enabled="true"
77
74
  />
78
75
  )}
79
76
  {/* rest of your scripts go under */}