Skip to content

Commit d2c2c9e

Browse files
update contributing.md
1 parent f003e61 commit d2c2c9e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This will register all the commands to your discord bot.
5858

5959
Now let's link our local development server to our bot.
6060

61-
run the command `npx wrangler publish`
61+
Run the command `npx wrangler publish`
6262

6363
- After all the commands are installed
6464
- Go to Your cloudflare `dashboard > workers > discord-slash-commands > settings > variables > edit Variables`
@@ -85,7 +85,7 @@ To verify if your bot is working:
8585
Now add the public key in `rds-backend`
8686

8787
- Go to `local.js` in config
88-
- create following there
88+
- Create following there
8989

9090
```
9191
botToken:{
@@ -94,10 +94,10 @@ botToken:{
9494
```
9595

9696
- Start the rds backend
97-
- open a new terminal in backend and run the following command `npx ngrok http <backend-port>`
97+
- Open a new terminal and run the following command `npx ngrok http <backend-port>`
9898

99-
- come to `constants.js` in discord-slash-commands
100-
- go to `src/constants/urls.ts`
101-
- change the `RDS_BASE_DEVELOPMENT_API_URL` to the `ngrok https` url generated for rds backend
99+
- Go to `constants.js` in discord-slash-commands
100+
- Go to `src/constants/urls.ts`
101+
- Change the `RDS_BASE_DEVELOPMENT_API_URL` to the `ngrok https` url generated for rds backend
102102

103103
Now you are ready to contribute to the Repository.

0 commit comments

Comments
 (0)