Skip to content

Commit 5565ab4

Browse files
Update README.md
1 parent fdcea99 commit 5565ab4

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
@@ -39,7 +39,7 @@ apps.create(opts) -> Promise(app)
3939
apps.findOne() -> Promise(app)
4040

4141
// list app's merchants
42-
apps.merchants.find(appId) -> Cursor(users)
42+
apps.merchants.find(appId) -> Cursor(merchants)
4343

4444

4545
merchants.create(opts) -> Promise(merchantId)

0 commit comments

Comments
 (0)