Skip to content

Commit

Permalink
docs: some corrections in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenelesnov committed Dec 18, 2020
1 parent 97ef00e commit c5d1866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

# spring-boot-starter-rest
Spring Boot starter provides fast SSL setup for your backend
Spring Boot starter provides fast SSL RestTemplate setup for your backend

## How to use

Expand All @@ -17,14 +17,14 @@ allprojects {
```

2. Add dependency (_do not forget to change the tag_):
```groovy
``` groovy
dependencies {
implementation 'com.github.EugeneLesnov:spring-boot-starter-rest:Tag'
}
```

2. Provide required SSL properties:
```
3. Provide required SSL properties:
``` yaml
server:
ssl:
enabled: true
Expand Down

0 comments on commit c5d1866

Please sign in to comment.