@prismicio/react 3.4.1-pr.265.f4c6adf → 3.4.1-pr.267.fe4ca31
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 +6 -0
- package/dist/package.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,12 @@
|
|
|
20
20
|
npm install @prismicio/react
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
+
Using an AI agent? Teach it how to use `@prismicio/react` by installing the Prismic skill:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npx skills add --global prismicio/skills
|
|
27
|
+
```
|
|
28
|
+
|
|
23
29
|
## Documentation
|
|
24
30
|
|
|
25
31
|
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].
|
package/dist/package.js
CHANGED