fix readme format

This commit is contained in:
Shawn Erquhart
2025-03-02 14:19:34 -05:00
parent 579a464dd3
commit 72c247059c

View File

@@ -27,18 +27,18 @@ const user = useQuery(api.example.getCurrentUser);
### Polar Account ### Polar Account
- [Create a Polar account](https://polar.sh) - [Create a Polar account](https://polar.sh)
- Create an organization and generate an organization token with permissions: - Create an organization and generate an organization token with permissions:
- `products:read`, - `products:read`
- `products:write`, - `products:write`
- `subscriptions:read`, - `subscriptions:read`
- `subscriptions:write`, - `subscriptions:write`
- `customers:read`, - `customers:read`
- `customers:write`, - `customers:write`
- `checkouts:read`, - `checkouts:read`
- `checkouts:write`, - `checkouts:write`
- `checkout_links:read`, - `checkout_links:read`
- `checkout_links:write`, - `checkout_links:write`
- `customer_portal:read`, - `customer_portal:read`
- `customer_portal:write`, - `customer_portal:write`
- `customer_sessions:write` - `customer_sessions:write`
- Create a product in the Polar dashboard for each pricing plan that you want to offer - Create a product in the Polar dashboard for each pricing plan that you want to offer