jquery-react-render 1.2.2 → 1.3.6

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 (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +6 -6
  3. package/package.json +7 -5
package/README.md CHANGED
@@ -15,7 +15,8 @@ You can pass a react component or html element and append it where you want... i
15
15
 
16
16
  ![License](https://img.shields.io/badge/license-MIT-blue.svg)
17
17
 
18
- > NOTE: if you have intention to use exclusively in react please, use ["REACT-ATTACK"](https://www.npmjs.com/package/react-attack) instead.
18
+ > [!NOTE]
19
+ > If you have intention to use exclusively in react please, use ["REACT-ATTACK"](https://www.npmjs.com/package/react-attack) instead.
19
20
 
20
21
  ## install
21
22