We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bdc668 + ba85226 commit ee4c925Copy full SHA for ee4c925
README.md
@@ -178,7 +178,7 @@ Use **getContestTypeByName** to return data about the effects of moves when used
178
179
Use **getContestEffectById** to return data about the effects of moves when used in contests.
180
```js
181
- P.getContestTypeByName(1)
+ P.getContestEffectById(1)
182
.then((response) => {
183
console.log(response);
184
})
@@ -189,7 +189,7 @@ Use **getContestEffectById** to return data about the effects of moves when used
189
190
Use **getSuperContestEffectById** to return data about the effects of moves when used in super contests.
191
192
- P.getSuperContestTypeById(1)
+ P.getSuperContestEffectById(1)
193
194
195
0 commit comments