Skip to content

Commit c591582

Browse files
Update readme to include beta reference (#391)
1 parent 5975b5c commit c591582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A library for integrating [Auth0](https://auth0.com) into an Angular application.
44

5+
> :warning: Please be aware that v2 is currently in [**Beta**](https://auth0.com/docs/troubleshoot/product-lifecycle/product-release-stages). Whilst we encourage you to test the update within your applications, we do no recommend using this version in production yet. Please follow the [migration guide](./MIGRATION_GUIDE.md) when updating your application.
6+
57
![Release](https://img.shields.io/npm/v/@auth0/auth0-angular)
68
[![Codecov](https://img.shields.io/codecov/c/github/auth0/auth0-angular)](https://codecov.io/gh/auth0/auth0-angular)
79
![Downloads](https://img.shields.io/npm/dw/@auth0/auth0-angular)
@@ -29,13 +31,13 @@ This project only supports the [actively supported versions of Angular as stated
2931
Using npm:
3032

3133
```sh
32-
npm install @auth0/auth0-angular
34+
npm install @auth0/auth0-angular@beta
3335
```
3436

3537
We also have `ng-add` support, so the library can also be installed using the Angular CLI:
3638

3739
```sh
38-
ng add @auth0/auth0-angular
40+
ng add @auth0/auth0-angular@beta
3941
```
4042

4143
### Configure Auth0

0 commit comments

Comments
 (0)