Skip to content

Commit c933465

Browse files
authored
Update README.md
1 parent ddc5a18 commit c933465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ app.post("/purchase", async (req, res) => {
110110
const user = { id: 1, name: "John" };
111111
const song = { id: 1, title: "Song 1" };
112112

113-
// Generate unique ID for purchase execution. This is used to track the execution.
113+
// Create unique ID for purchase execution. This is used to track the execution.
114114
// Typically, this would be an external ID from your incoming request.
115115
const purchaseId = `purchase-${user.id}-${song.id}`
116116

0 commit comments

Comments
 (0)