Skip to content

Commit 0a57480

Browse files
authored
Update READMEs of all of the packages (#210)
1 parent 31d0f8d commit 0a57480

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

packages/app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `@firebase/app`
1+
# @firebase/app
22

33
This is the primary entrypoint to the Firebase JS SDK. **All apps using firebase
44
will need this package**. Other `@firebase` packages are typically mounted on to

packages/auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@firebase/auth`
1+
# @firebase/auth
22

33
This is the authentication component for the Firebase JS SDK. It has a peer
4-
dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package
4+
dependency on the [`@firebase/app`](https://npm.im/@firebase/app) package on NPM. This package
55
is included by default in the [`firebase`](https://npm.im/firebase) wrapper
66
package.
77

packages/database/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@firebase/database`
1+
# @firebase/database
22

33
This is the realtime database component for the Firebase JS SDK. It has a peer
4-
dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package
4+
dependency on the [`@firebase/app`](https://npm.im/@firebase/app) package on NPM. This package
55
is included by default in the [`firebase`](https://npm.im/firebase) wrapper
66
package.
77

packages/firestore/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@firebase/firestore`
1+
# @firebase/firestore
22

33
This is the Firestore component for the Firebase JS SDK. It has a peer
4-
dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package
4+
dependency on the [`@firebase/app`](https://npm.im/@firebase/app) package on NPM. This package
55
**is not** included by default in the [`firebase`](https://npm.im/firebase)
66
wrapper package.
77

packages/messaging/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@firebase/messaging`
1+
# @firebase/messaging
22

33
This is the messaging component for the Firebase JS SDK. It has a peer
4-
dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package
4+
dependency on the [`@firebase/app`](https://npm.im/@firebase/app) package on NPM. This package
55
is included by default in the [`firebase`](https://npm.im/firebase) wrapper
66
package.
77

packages/polyfill/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `@firebase/polyfill`
1+
# @firebase/polyfill
22

33
This is the a set of polyfills/shims used by the Firebase JS SDK. This package
44
is completely standalone and can be loaded to standardize environments for use

packages/storage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# `@firebase/storage`
1+
# @firebase/storage
22

33
This is the storage component for the Firebase JS SDK. It has a peer
4-
dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package
4+
dependency on the [`@firebase/app`](https://npm.im/@firebase/app) package on NPM. This package
55
is included by default in the [`firebase`](https://npm.im/firebase) wrapper
66
package.
77

packages/util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `@firebase/util`
1+
# @firebase/util
22

33
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a
44
member of the Firebase team, please avoid using this package_
@@ -18,7 +18,7 @@ $ npm install @firebase/util
1818
**ES Modules**
1919

2020
```javascript
21-
import { Deferrred } from '@firebase/util';
21+
import { Deferred } from '@firebase/util';
2222

2323
// Do stuff with Deferred or any of the other Utils you import
2424
```

0 commit comments

Comments
 (0)