Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit f7598b0

Browse files
authored
Update README.md
1 parent dc1645c commit f7598b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Using ReplAPI.it is very simple! Let's create a simple user and ask for their cy
110110

111111
async function getCycles() {
112112
let info = await myUser.profileData();
113-
let cycles = info.cycles;
113+
let cycles = info.karma; // Yep, it's karma!
114114
console.log(`User Cycles: ${cycles}`)
115115
}
116116

0 commit comments

Comments
 (0)