File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Accessible here:
4444
4545## Installation
4646
47- ### CDN
47+ ### Option 1: CDN
4848
4949You just need to include the following script and CSS file in the ` <head> ` tag
5050of 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
5959Install 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
8282Install FirebaseUI and its dependencies via Bower using the following command:
8383
You can’t perform that action at this time.
0 commit comments