jquery-react-render 1.0.1 → 1.0.2

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
@@ -1,7 +1,7 @@
1
1
  # jquery-react-render
2
2
 
3
3
  If you love to use Jquery and react... this is for you!
4
- You can pass and react component or html element and append where you want in react style
4
+ You can pass a react component or html element and append it where you want... in react style
5
5
 
6
6
  ## install
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jquery-react-render",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Render React Element Using Jquery command",
5
5
  "keywords":["jquery, react, render, component, dario, passariello"],
6
6
  "license": "MIT",