We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6737da + 9d3eab3 commit d11f530Copy full SHA for d11f530
1 file changed
README.md
@@ -165,7 +165,7 @@ Use **getContestTypeByName** to return data about the effects of moves when used
165
Use **getContestEffectById** to return data about the effects of moves when used in contests.
166
167
```js
168
- P.getContestTypeByName(1)
+ P.getContestEffectById(1)
169
.then(function(response) {
170
console.log(response);
171
});
@@ -174,7 +174,7 @@ Use **getContestEffectById** to return data about the effects of moves when used
174
Use **getSuperContestEffectById** to return data about the effects of moves when used in super contests.
175
176
177
- P.getSuperContestTypeById(1)
+ P.getSuperContestEffectById(1)
178
179
180
0 commit comments