Skip to content

Commit 0e9da4c

Browse files
committed
README: explain why no framework-specific packages
1 parent 83e25db commit 0e9da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This approach avoids inline `onload` attributes, which is better for strict [Con
9797

9898
### Build your own wrapper
9999

100-
SVGInject is framework-agnostic. Wrap it in a tiny component for your framework — it's just one line of logic:
100+
We intentionally don't ship framework-specific packages. SVGInject is one function — wrapping it in a component is 5 lines, and you control it. No extra dependency, no version conflicts, no magic.
101101

102102
**React:**
103103
```jsx

0 commit comments

Comments
 (0)