From b365c5165cf174cfef9350444a7557852d18cba4 Mon Sep 17 00:00:00 2001 From: Emmett Miller Date: Mon, 31 Mar 2025 16:19:52 -0400 Subject: [PATCH] Fixed README errors --- README.md | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7d7dbb6..d1877c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Update.js +# Update JS Library Update is a library for seamless billing, authentication, and entitlement management. It extends your existing tools like Supabase and Stripe so you can integrate without migrating away from your existing stack. @@ -16,8 +16,8 @@ For source code examples, check out our [examples repository](https://github.com ## ✨ Features -- **Authentication**: Easy integration with Supabase auth -- **Billing**: Seamless subscription and one-time payment management +- **Authentication**: Easy integration with your auth providers +- **Billing**: Seamless payments management - **Entitlements**: Simple access control for premium features - **Framework Support**: Built-in integration for Next.js and other SSR environments @@ -167,7 +167,7 @@ await client.billing.updateSubscription(id, { }); ``` -## 🔐 Entitlements +## 🛡️ Entitlements ### List Entitlements @@ -200,7 +200,11 @@ const { error } = await client.auth.verifyAuthFlowCode(code); ## 📚 Documentation -For complete documentation, visit our website. +For complete documentation, visit [our documentation](https://update.dev/docs). + +## 💬 Support + +Need help? Join our [Discord community](https://discord.gg/Guege5tXFK) for support and discussions. ## 🤝 License diff --git a/package.json b/package.json index 04cc995..8918dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@updatedev/js", - "version": "0.3.1", + "version": "0.3.2", "description": "Update JavaScript SDK", "main": "./dist/index.js", "files": [