Skip to content

Commit e563ee3

Browse files
committed
[skip ci] README formatting improvements
1 parent db64fd2 commit e563ee3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,23 @@ Usage
1919

2020
Simply add the Spring Boot starter to your Spring Boot project pom.
2121

22-
<dependency>
23-
<groupId>com.spt-development</groupId>
24-
<artifactId>spt-development-logging-spring-boot-starter</artifactId>
25-
<version>1.0.2</version>
26-
<scope>runtime</scope>
27-
</dependency
22+
```xml
23+
<dependency>
24+
<groupId>com.spt-development</groupId>
25+
<artifactId>spt-development-logging-spring-boot-starter</artifactId>
26+
<version>1.0.2</version>
27+
<scope>runtime</scope>
28+
</dependency>
29+
```
2830

2931
Building locally
3032
================
3133

3234
To build the library, run the following maven command:
3335

34-
$ mvn clean install
36+
```shell
37+
$ mvn clean install
38+
```
3539

3640
Release
3741
=======

0 commit comments

Comments
 (0)