Skip to content

Commit 49c4a1b

Browse files
ajmeese7bojeil-google
authored andcommitted
Update README.md (#587)
Small stylistic changes to reflect the style used throughout the rest of the document
1 parent 2fcd947 commit 49c4a1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FirebaseUI Auth clients are also available for
2424
FirebaseUI fully supports all recent browsers. Signing in with federated
2525
providers (Google, Facebook, Twitter, GitHub, Microsoft, Yahoo, OIDC, SAML) is
2626
also supported in Cordova/Ionic environments. Additional non-browser
27-
environments(React Native...) or Chrome extensions will be added once the
27+
environments (React Native...) or Chrome extensions will be added once the
2828
underlying Firebase core SDK supports them in a way that is compatible with
2929
FirebaseUI.
3030

@@ -142,7 +142,7 @@ by default.)
142142
remembering emails
143143
7. Integration with
144144
[one-tap sign-up](https://developers.google.com/identity/one-tap/web/overview)
145-
8. Ability to upgrade anonymous users through sign-in/sign-up.
145+
8. Ability to upgrade anonymous users through sign-in/sign-up
146146
9. Sign-in as a guest
147147

148148
### Configuring sign-in providers
@@ -1558,7 +1558,7 @@ cp demo/public/sample-config.js demo/public/config.js
15581558
```
15591559

15601560
Copy the data from the "Add Firebase to your web app" flow in Firebase Console.
1561-
Next, run
1561+
Next, run:
15621562

15631563
```bash
15641564
npm run demo
@@ -1576,7 +1576,7 @@ All unit tests can be run on the command line (via PhantomJS) with:
15761576
npm test
15771577
```
15781578

1579-
Alternatively, the unit tests can be run manually by running
1579+
Alternatively, the unit tests can be run manually by running:
15801580

15811581
```bash
15821582
npm run serve

0 commit comments

Comments
 (0)