diff --git a/README.md b/README.md index 6fba44e7..dba666f3 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Get the source ready: git clone https://github.com/status-im/status-web.git cd ./status-web npm install -npm build +npm run build ``` Add your Community's public key to your environment: diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 4e4cf008..5cffb9bc 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -12,12 +12,12 @@ "dependencies": { "@status-im/react": "^0.1.1", "next": "12.3.1", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0" }, "devDependencies": { - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", + "@types/react": "^16.8.0 || ^17.0.0", + "@types/react-dom": "^16.8.0 || ^17.0.0", "typescript": "^4.8.4" }, "engines": {