diff --git a/README.md b/README.md index 000da77..25c4dfd 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ yarn add @namiml/web-sdk Example apps showing how to use the SDK are available in this repository in the [examples directory](https://github.com/namiml/nami-web-sdk/tree/main/examples). -More information on configuring and using the SDK is available in our docs at [https://docs.namiml.com](https://docs.namiml.com). +More information on configuring and using the SDK is available in our docs at [https://learn.namiml.com](https://learn.namiml.com). diff --git a/examples/basic-react/package.json b/examples/basic-react/package.json index 5909061..9229d36 100644 --- a/examples/basic-react/package.json +++ b/examples/basic-react/package.json @@ -22,7 +22,7 @@ }, "license": "SEE LICENSE FILE", "dependencies": { - "@namiml/web-sdk": "^1.5.2", + "@namiml/web-sdk": "^1.5.3", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 1041698..c656de4 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@namiml/web-sdk": "^1.5.2", + "@namiml/web-sdk": "^1.5.3", "next": "14.2.4", "react": "^18", "react-dom": "^18"