Update README.md (#5)
This commit is contained in:
18
README.md
18
README.md
@@ -1,7 +1,23 @@
|
|||||||
# reacord
|
# reacord
|
||||||
|
Create interactive Discord messages using React!
|
||||||
|
|
||||||
Create interactive Discord messages using React! [Visit the docs to get started.](https://reacord.fly.dev/guides/getting-started)
|
## Installation
|
||||||
|
```console
|
||||||
|
# npm
|
||||||
|
npm install reacord react discord.js
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn add reacord react discord.js
|
||||||
|
|
||||||
|
# pnpm
|
||||||
|
pnpm add reacord react discord.js
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Get Started
|
||||||
|
[Visit the docs to get started.](https://reacord.fly.dev/guides/getting-started)
|
||||||
|
|
||||||
|
## Example
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
```tsx
|
```tsx
|
||||||
import * as React from "react"
|
import * as React from "react"
|
||||||
|
|||||||
Reference in New Issue
Block a user