diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d407e75d..0dee02d75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,12 +6,14 @@ - If `.firebaserc_example` does not exist after cloning, create your own: +````.firebaserc { - "projects": { - "default": "monkey-type-dev-67af4", - "live": "monkey-type" - } + "projects": { + "default": "monkey-type-dev-67af4", + "live": "monkey-type" + } } + ``` - The "live" option in `.firebaserc_example` is not necessary. @@ -24,3 +26,4 @@ 2. Install [Prettier](https://prettier.io/docs/en/install.html). Its a code formatter, and it will make sure that we avoid any whitespace or formatting issues when merging code. That should be it. If you run into any problems, let me know. +````