Skip to content

Commit 14712f2

Browse files
AndreasRicciTMSCH
authored andcommitted
Updated README to clarify that subsections under Installation are independent options. (#151)
1 parent e94e1b2 commit 14712f2

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
@@ -44,7 +44,7 @@ Accessible here:
4444

4545
## Installation
4646

47-
### CDN
47+
### Option 1: CDN
4848

4949
You just need to include the following script and CSS file in the `<head>` tag
5050
of your page, below the initialization snippet from the Firebase Console:
@@ -54,7 +54,7 @@ of your page, below the initialization snippet from the Firebase Console:
5454
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/2.0.0/firebaseui.css" />
5555
```
5656

57-
### npm Module
57+
### Option 2: npm Module
5858

5959
Install FirebaseUI and its dependencies via npm using the following command:
6060

@@ -77,7 +77,7 @@ within `node_modules/`:
7777
<link type="text/css" rel="stylesheet" href="node_modules/firebaseui/dist/firebaseui.css" />
7878
```
7979

80-
### Bower component
80+
### Option 3: Bower component
8181

8282
Install FirebaseUI and its dependencies via Bower using the following command:
8383

0 commit comments

Comments
 (0)