Skip to content

Commit

Permalink
rename firebase-cli -> firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mbleigh committed Oct 13, 2015
1 parent c6adaa9 commit 90e7a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# firebase-cli
# firebase-tools

[![Build Status](https://travis-ci.org/firebase/firebase-tools.svg?branch=master)](https://travis-ci.org/firebase/firebase-tools)
[![Coverage Status](https://img.shields.io/coveralls/firebase/firebase-tools.svg?branch=master&style=flat)](https://coveralls.io/r/firebase/firebase-tools)
Expand All @@ -25,7 +25,7 @@ installing Node.js should install npm as well.
Once npm is installed, get the Firebase CLI by running the following command:

```bash
npm install -g firebase-cli
npm install -g firebase-tools
```

This will provide you with the globally accessible `firebase` command.
Expand Down

0 comments on commit 90e7a92

Please sign in to comment.