Skip to content

Commit a36568e

Browse files
committed
docs(project): updated the readme
1 parent 17d96a8 commit a36568e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ Alternatively, provide a PR | open an appropriate issue [here](https://github.co
2626
If did you like this project, support [@firebaseui/ng-bootstrap](https://github.com/firebaseui/ng-bootstrap)
2727
by starring :star: and sharing it :loudspeaker:
2828

29-
If you prefer to develop with material design rather than with bootstrap, please check this project [ngb-auth-firebaseui](https://github.com/AnthonyNahas/ngb-auth-firebaseui)
29+
If you prefer to develop with material design rather than with bootstrap, please check this project [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
3030

3131
## Table of Contents
32-
- [@firebaseui/ng-bootstrap :heart: ngb-auth-firebaseui | vs firebaseui-web](#vs)
32+
- [@firebaseui/ng-bootstrap :heart: ngx-auth-firebaseui | vs firebaseui-web](#vs)
3333
- [Why to use @firebaseui/ng-bootstrap ?](#@firebaseui/ng-bootstrap)
3434
- [Library's components](#components)
3535
- [Supported Providers](#supported-procress-and-actions)
@@ -55,9 +55,9 @@ If you prefer to develop with material design rather than with bootstrap, please
5555

5656
<a name="vs"/>
5757

58-
## ngb-auth-firebaseui vs firebaseui-web
58+
## ngx-auth-firebaseui vs firebaseui-web
5959

60-
| Features | @firebaseui/ng-bootstrap | ngb-auth-firebaseui | firebaseui |
60+
| Features | @firebaseui/ng-bootstrap | ngx-auth-firebaseui | firebaseui |
6161
| --------------------------------------------------------------|:-------------: |:-------------:| :-------------------: |
6262
| Sign Up | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
6363
| Sign In | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
@@ -90,7 +90,7 @@ If you prefer to develop with material design rather than with bootstrap, please
9090
| AWESOME | :heavy_check_mark: | :heavy_check_mark: | :interrobang: |
9191

9292

93-
<a name="why-to-use-ngb-auth-firebaseui"/>
93+
<a name="@firebaseui/ng-bootstrap"/>
9494

9595
## Why to use @firebaseui/ng-boostrap ?
9696
- :gift_heart: it uses a responsive and accessible web design UX/UI from twitter bootstrap concepts and components (supporting desktop and mobile view).
@@ -152,7 +152,7 @@ If you prefer to develop with material design rather than with bootstrap, please
152152

153153
<a name="demo"/>
154154

155-
## [Demo](https://ngb-auth-firebaseui.firebaseapp.com/)
155+
## [Demo](https://firebaseui.github.io/ng-bootstrap)
156156

157157
- Try it out
158158
```js
@@ -373,7 +373,7 @@ $ npm run lint
373373
<a name="other-angular-libraries"/>
374374

375375
## Other Angular Libraries
376-
- [ngb-auth-firebaseui](https://github.com/AnthonyNahas/ngb-auth-firebaseui)
376+
- [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
377377
- [@angular-material-extensions/password-strength](https://github.com/angular-material-extensions/password-strength)
378378
- [@angular-material-extensions/pages](https://github.com/angular-material-extensions/pages)
379379
- [@angular-material-extensions/contacts](https://github.com/angular-material-extensions/contacts)
@@ -387,7 +387,7 @@ $ npm run lint
387387
## Support
388388
+ Drop an email to: [Anthony Nahas](mailto:anthony.na@hotmail.de)
389389
+ or open an appropriate [issue](https://github.com/firebaseui/ng-bootstrap/issues)
390-
+ let us chat on [Gitter](https://gitter.im/ngb-auth-firebaseui/Lobby)
390+
+ let us chat on [Gitter](https://gitter.im/firebaseui/Lobby)
391391

392392
Built by and for developers :heart: we will help you :punch:
393393

demo/src/app/getting-started/getting-started.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ <h1>Getting Started</h1>
77
<section class="getting-started">
88
<div class="container">
99
<!-- put your content here-->
10-
<markdown src="assets/README.md"></markdown>
10+
<markdown src="https://raw.githubusercontent.com/firebaseui/ng-bootstrap/HEAD/README.md"></markdown>
1111
</div>
1212
</section>

0 commit comments

Comments
 (0)