From 6da5bbc022f3efde9968ce5d4505c2e60c2828ba Mon Sep 17 00:00:00 2001 From: Neki <84998222+Nekidev@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:03:34 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bb580b..487b45b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,7 +81,7 @@ $ npm run dev **5. Creating a token** -In your database, create a collection called users and create a document with a `token` field. You can set it to any value, This will be the token you will use when making requests. +In your database, create a collection called users and create a document with a `token` field in it. You can set it to any value, This will be the token you will use when making requests. **And you're done!**