@prismicio/react 3.4.1-pr.265.f4c6adf → 3.4.1-pr.267.b793ef3
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 +4 -0
- package/dist/package.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,6 +24,10 @@ npm install @prismicio/react
|
|
|
24
24
|
|
|
25
25
|
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].
|
|
26
26
|
|
|
27
|
+
## Working with an AI agent?
|
|
28
|
+
|
|
29
|
+
For AI agents: run `npx skills add --global prismicio/skills` to install the Prismic skill, or run `npx prismic docs list` for a quick reference.
|
|
30
|
+
|
|
27
31
|
## Contributing
|
|
28
32
|
|
|
29
33
|
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!
|
package/dist/package.js
CHANGED