Skip to content

Commit

Permalink
docs: fix aside box
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Nov 16, 2024
1 parent bf5c206 commit d7a0c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/content/docs/guides/require.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A guide covering the differences between ESM (the import syntax), a

This page is intended for those who are unfamiliar with the `import` statement or may have assumed it's only relevant to [`TypeScript`](https://www.typescriptlang.org/). While `import` is not specific to `JellyCommands` or `discord.js`, understanding how to use it is a fundamental skill in JavaScript development. Whether you're new to the language or just need a refresher, this page is designed to help you improve your JavaScript knowledge and skills.

:::tip TLDR
:::tip[TLDR]
Use ESM import syntax, not `require`. Project's generated with `npm create jellycommands` support it out of the box! Continue reading if you are unsure what this means.
:::

Expand Down

0 comments on commit d7a0c15

Please sign in to comment.