@dodopayments/express 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ A typescript library that exports Handlers for Checkout, Customer Portal, and We
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
Detailed documentation can be found at [Dodo Payments
|
|
9
|
+
Detailed documentation can be found at [Dodo Payments Express adaptor](https://docs.dodopayments.com/developer-resources/express-adaptor)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
@@ -80,6 +80,8 @@ app.post('/api/webhook',
|
|
|
80
80
|
|
|
81
81
|
---
|
|
82
82
|
|
|
83
|
+
## Prompt for LLM
|
|
84
|
+
|
|
83
85
|
```
|
|
84
86
|
You are an expert Express.js developer assistant. Your task is to guide a user through integrating the @dodopayments/express adapter into their existing Express.js project.
|
|
85
87
|
|