Skip to content

Commit 2d80cde

Browse files
lukaselmerdavideast
authored andcommitted
Fix headings in documentation
1 parent 0a8c8e3 commit 2d80cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/1-install-and-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Getting started with AngularFire2 is easy with the [Angular CLI](https://github.com/angular/angular-cli). Follow the 10 steps below to get started. Don't worry, we're always working to make this shorter.
44
5-
### 0. Prerequisites
5+
### 0. Prerequisites
66

77
Before you start installing AngularFire2, make sure you have latest version of angular-cli installed.
88
To verify run the command `ng -v` and ensure you see `angular-cli: 1.x.x-beta.xx`. The lowest compatible version is `1.x.x-beta.14`.
@@ -88,7 +88,7 @@ export class AppModule {}
8888

8989
```
9090

91-
### Custom FirebaseApp Names
91+
#### Custom FirebaseApp Names
9292
You can optionally provide a custom FirebaseApp name with `initializeApp`.
9393

9494
```ts
@@ -168,7 +168,7 @@ Run the serve command and go to `localhost:4200` in your browser.
168168

169169
And that's it! If it's totally *borked*, file an issue and let us know.
170170

171-
###[Next Step: Retrieving data as objects](2-retrieving-data-as-objects.md)
171+
### [Next Step: Retrieving data as objects](2-retrieving-data-as-objects.md)
172172

173173
### Troubleshooting
174174

0 commit comments

Comments
 (0)