Skip to content

Commit 98b195b

Browse files
committed
README: Consistent code block formatting [minor]
1 parent d8d80f8 commit 98b195b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.markdown

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
_ ____ _____ _____
2-
| | / __ \ / ____| / ____|
3-
| | __ _ __ __ __ _ | | | || (___ | |
4-
_ | | / _` |\ \ / // _` || | | | \___ \ | |
5-
| |__| || (_| | \ V /| (_| || |__| | ____) || |____
6-
\____/ \__,_| \_/ \__,_| \____/ |_____/ \_____|
1+
```text
2+
_ ____ _____ _____
3+
| | / __ \ / ____| / ____|
4+
| | __ _ __ __ __ _ | | | || (___ | |
5+
_ | | / _` |\ \ / // _` || | | | \___ \ | |
6+
| |__| || (_| | \ V /| (_| || |__| | ____) || |____
7+
\____/ \__,_| \_/ \__,_| \____/ |_____/ \_____|
8+
```
79

810
<!-- The title was created with: `figlet -k -f big JavaOSC` -->
911

@@ -182,7 +184,7 @@ exit
182184
In the project you want to use the _SNAPSHOT_ release,
183185
you need to add this to your _pom.xml_:
184186

185-
```
187+
```xml
186188
<repositories>
187189
<repository>
188190
<id>ossrh</id>
@@ -205,6 +207,7 @@ mvn release:clean
205207
To be able to sign the release artifacts,
206208
make sure you have a section in your `~/.m2/settings.xml` that looks like this:
207209

210+
```xml
208211
<profiles>
209212
<profile>
210213
<id>ossrh</id>
@@ -221,6 +224,7 @@ make sure you have a section in your `~/.m2/settings.xml` that looks like this:
221224
</properties>
222225
</profile>
223226
</profiles>
227+
```
224228

225229
If you have not yet done so, generate and publish a key-pair.
226230
See [the Sonatype guide](http://central.sonatype.org/pages/working-with-pgp-signatures.html)

0 commit comments

Comments
 (0)