Skip to content

Commit 6704d04

Browse files
committed
docs formatting
1 parent a7cd92a commit 6704d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ to interact with Firebase.
1010
By default, every `reactfire` hook _throws a Promise_ until it has
1111
connected to Firebase, allowing you to use [Suspense](https://reactjs.org/docs/code-splitting.html#suspense) to render a fallback component. If you don't want `reactfire` to throw a promise, pass an initial value to a `reactfire` hook. It will emit the initial value right away instead of throwing a promise.
1212

13-
- [Quickstart](#Quickstart)
14-
- [Docs](#Docs)
15-
- [Contributing](#Contributing)
13+
- [**Quickstart**](#Quickstart)
14+
- [**Docs**](#Docs)
15+
- [**Contributing**](#Contributing)
1616

1717
## Quickstart
1818

0 commit comments

Comments
 (0)