Skip to content

Commit d15b54e

Browse files
committed
Move banner position, adjust grammar
1 parent d5b7ed8 commit d15b54e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Discord.js Guide
2-
31
<div align="center">
4-
<img src="guide/images/logo-small.png" title="Discord.js Guide" alt="Discord.js Guide" />
2+
<img src="guide/images/branding/banner.png" title="Discord.js Guide" alt="Discord.js Guide" />
53
</div>
64

5+
# Discord.js Guide
6+
77
The official guide for [discord.js](https://github.com/discordjs/discord.js), created and maintained by core members of its community and contributed to by [various others](https://github.com/discordjs/guide/graphs/contributors?type=a).
88

99
## About
@@ -14,9 +14,9 @@ There are many different subjects covered, such as:
1414

1515
- How to get a bot [up and running](https://discordjs.guide/#/preparations/) from scratch;
1616
- How to properly [create](https://discordjs.guide/#/creating-your-bot/), [organize](https://discordjs.guide/#/command-handling/), and [expand](https://discordjs.guide/#/command-handling/adding-features) on your commands;
17-
- In-depth explanations and examples regarding popular topics (e.g. [reactions](https://discordjs.guide/#/popular-topics/reactions), [embeds](https://discordjs.guide/#/popular-topics/embeds), [canvas](https://discordjs.guide/#/popular-topics/canvas))
18-
- Working with databases ([sequelize](https://discordjs.guide/#/sequelize/) and [keyv](https://discordjs.guide/#/keyv/))
19-
- Getting started with [sharding](https://discordjs.guide/#/sharding/)
17+
- In-depth explanations and examples regarding popular topics (e.g. [reactions](https://discordjs.guide/#/popular-topics/reactions), [embeds](https://discordjs.guide/#/popular-topics/embeds), [canvas](https://discordjs.guide/#/popular-topics/canvas));
18+
- Working with databases (e.g. [sequelize](https://discordjs.guide/#/sequelize/) and [keyv](https://discordjs.guide/#/keyv/));
19+
- Getting started with [sharding](https://discordjs.guide/#/sharding/);
2020
- And much more.
2121

2222
## Contributing

0 commit comments

Comments
 (0)