@vindo/react 0.0.1 → 0.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- ## Cross-origin (CORS)
2
- Resource sharing restriction for Web and API
1
+ ## React SSR
2
+ React server side rendering with @vindo/core
3
3
 
4
4
 
5
5
  ## Installation
6
6
  ```
7
- npm install @vindo/cors
7
+ npm install @vindo/react
8
8
  ```
9
9
  Or
10
10
  ```
11
- yarn add @vindo/cors
11
+ yarn add @vindo/react
12
12
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vindo/react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "React SSR",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",