You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<h3align="center">The billing framework for TypeScript</h3>
15
15
16
16
<palign="center">
17
-
Define products in code. Any provider. Gate features. Track usage.
17
+
Define plans in code. Gate features. Track usage. Webhooks handled for you.
18
18
</p>
19
19
20
20
<palign="center">
@@ -37,7 +37,6 @@
37
37
PayKit is an embedded billing framework for TypeScript apps. It sits inside your app, uses your database, and gives you a single API to manage products, subscriptions, entitlements, and usage billing without touching provider dashboards.
38
38
39
39
```ts
40
-
import { stripe } from"@paykitjs/stripe";
41
40
import { createPayKit, feature, plan } from"paykitjs";
0 commit comments