From 4f8308dc733bf6f959246fc7ffa2d6045a7b9575 Mon Sep 17 00:00:00 2001 From: Sami Ibrahim <40594075+SamiKamal@users.noreply.github.com> Date: Tue, 11 Jan 2022 00:33:29 +0300 Subject: [PATCH] Update README.md (#5) --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 744b8e3..58247a9 100644 --- a/README.md +++ b/README.md @@ -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 ```tsx import * as React from "react"