Skip to content

Commit 024e52d

Browse files
author
Bernardo-MG
committed
Corrected info
1 parent 7d5bc64 commit 024e52d

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Angular HTTP Basic Authentication Example
22

3-
Example for setting up HTTP Basic authentication with Angular. It is prepared to be used with [Spring WS Basic Security Example](https://github.com/bernardo-mg/spring-ws-basic-security-example);
3+
Example using HTTP Basic authentication with Angular.
4+
5+
Run the [Spring WS Basic Security Example](https://github.com/bernardo-mg/spring-ws-basic-security-example) for the backend.
46

57
## Features
68

@@ -9,14 +11,14 @@ Example for setting up HTTP Basic authentication with Angular. It is prepared to
911

1012
## Usage
1113

12-
### Building the project
13-
14-
This builds the development version:
14+
The project can be deployed locally for testing:
1515

1616
```
17-
npm run build
17+
npm start
1818
```
1919

20+
It will be available on `http://localhost:4200/`. Changes will be reloaded automatically.
21+
2022
### Running tests
2123

2224
To run the unit tests:
@@ -25,16 +27,6 @@ To run the unit tests:
2527
npm test
2628
```
2729

28-
## Deploying locally
29-
30-
The project can be deployed locally for testing:
31-
32-
```
33-
npm start
34-
```
35-
36-
It will be available on `http://localhost:4200/`. Changes will be reloaded automatically.
37-
3830
## Collaborate
3931

4032
Any kind of help with the project will be well received, and there are two main ways to give such help:
@@ -54,6 +46,6 @@ If you wish to fork or modify the code, visit the [GitHub project page][scm], wh
5446

5547
The project has been released under the [MIT License][license].
5648

57-
[issues]: https://github.com/Bernardo-MG/dnd5-api-angular-client/issues
49+
[issues]: https://github.com/Bernardo-MG/angular-http-basic-auth-example/issues
5850
[license]: http://www.opensource.org/licenses/mit-license.php
59-
[scm]: https://github.com/Bernardo-MG/dnd5-api-angular-client
51+
[scm]: https://github.com/Bernardo-MG/angular-http-basic-auth-example

0 commit comments

Comments
 (0)