Update README.md (#5)

This commit is contained in:
Sami Ibrahim
2022-01-11 00:33:29 +03:00
committed by GitHub
parent f5d8fa5271
commit 4f8308dc73

View File

@@ -1,7 +1,23 @@
# 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 -->
```tsx
import * as React from "react"