diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index be2baf9..b8c3857 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -40,7 +40,7 @@ Ensure you have the following installed: To interact with Firebase, install the Firebase CLI globally: ```bash -yarn global add firebase-tools +npm i -g firebase-tools ``` ### 2. Install Project Dependencies