Skip to content

Commit 0c9de70

Browse files
authored
Update README.md
1 parent 035084c commit 0c9de70

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
@@ -27,7 +27,7 @@ HTTP Status 401 - Full authentication is required to access this resource
2727
```
2828

2929

30-
Test the `private` endpoint with ROLE_USER account authentication:
30+
Test the `private` endpoint with `ROLE_USER` account authentication:
3131

3232
```sh
3333
curl -u user:password http://localhost:8080/private
@@ -39,7 +39,7 @@ Hello Private!
3939

4040

4141

42-
Test the `private` endpoint with ROLE_ADMIN account authentication:
42+
Test the `private` endpoint with `ROLE_ADMIN` account authentication:
4343

4444
```sh
4545
curl -u admin:password http://localhost:8080/private
@@ -62,7 +62,7 @@ HTTP Status 401 - Bad credentials
6262

6363
### Admin access
6464

65-
Test the `admin` endpoint with ROLE_USER account authentication:
65+
Test the `admin` endpoint with `ROLE_USER` account authentication:
6666

6767
```sh
6868
curl -u user:password http://localhost:8080/admin
@@ -79,7 +79,7 @@ Response:
7979
}
8080
```
8181

82-
Test the `admin` endpoint with ROLE_ADMIN account authentication:
82+
Test the `admin` endpoint with `ROLE_ADMIN` account authentication:
8383

8484
```sh
8585
curl -u admin:password http://localhost:8080/admin

0 commit comments

Comments
 (0)