Skip to content

Commit 2c159e0

Browse files
authored
doc: fix API version links in README.md
1 parent eb64cb1 commit 2c159e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The community-maintained Node.js library for Top.gg.
99
- [Installation](#installation)
1010
- [Setting up](#setting-up)
1111
- [Usage](#usage)
12-
- [API v1](#api-v1)
12+
- [API v1](#api-v1-1)
1313
- [Getting your project's vote information of a user](#getting-your-projects-vote-information-of-a-user)
1414
- [Posting your bot's application commands list](#posting-your-bots-application-commands-list)
15-
- [API v0](#api-v0)
15+
- [API v0](#api-v0-1)
1616
- [Getting a bot](#getting-a-bot)
1717
- [Getting several bots](#getting-several-bots)
1818
- [Getting your project's voters](#getting-your-projects-voters)
@@ -269,4 +269,4 @@ app.post("/votes", webhook.listener(vote => {
269269
}));
270270

271271
app.listen(8080);
272-
```
272+
```

0 commit comments

Comments
 (0)