@creativecreate/react-footnotes 1.0.11 → 1.0.14

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -165,7 +165,7 @@ You can also use the `className` props on components to apply your own custom cl
165
165
 
166
166
  **Example output:**
167
167
 
168
- ![Footnotes rendered in footer](https://raw.githubusercontent.com/CreativeCreate/react-footnotes/main/example.png)
168
+ ![Footnotes rendered in footer](https://raw.githubusercontent.com/CreativeCreate/react-footnotes/main/packages/react-footnotes/example.png)
169
169
 
170
170
  ## Advanced Usage
171
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creativecreate/react-footnotes",
3
- "version": "1.0.11",
3
+ "version": "1.0.14",
4
4
  "description": "A React component library for managing footnotes with citation and special symbol support",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",