diff --git a/README.md b/README.md index 96630aa..61413f1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can find a related post for this repository [here](https://medium.com/@xoor/ # Sponsor -You can support the project by checking out our sponsor page. It takes only one click: +**spring-boot-jwt** is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial: GitAds @@ -363,7 +363,7 @@ $ mvn spring-boot:run ```yml server: - port: 8080 + port: 8080 ``` 7. Make a GET request to `/users/me` to check you're not authenticated. You should receive a response with a `403` with an `Access Denied` message since you haven't set your valid JWT token yet @@ -397,12 +397,6 @@ $ curl -X GET http://localhost:8080/users/me -H 'Authorization: Bearer