Skip to content

Commit b98684b

Browse files
README: Small formatting improvements
1 parent 151ee9f commit b98684b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@
44

55
This library provides a set of classes that can be used to solve some common "problems" in eForms Applications:
66

7-
* Automatically discovering and downloading new versions of the eForms SDK.
8-
* Maintaining and instantiating at runtime the correct application component versions for different major versions of the SDK.
9-
7+
* Automatically discovering and downloading new versions of the eForms SDK.
8+
* Maintaining and instantiating at runtime the correct application component versions for different major versions of the SDK.
109

1110
## Using the eForms Core Library
1211

1312
The eForms Core library requires Java 11 or later.
1413

1514
It is available as a Maven package on Maven Central and can be used by adding the following to the project's `pom.xml`.
1615

17-
```
16+
```xml
1817
<dependencies>
1918
...
2019
<dependency>
@@ -37,7 +36,9 @@ Requirements:
3736

3837
Execute the following on the root folder of this project:
3938

39+
```text
4040
mvn clean install
41+
```
4142

4243
## Testing
4344

@@ -46,9 +47,8 @@ Unit tests are available under `src/test/java/`.
4647
After running the unit tests with `mvn test`, you can generate a coverage report with `mvn jacoco:report`.
4748
The report is available under `target/site/jacoco/`, in HTML, CSV, and XML format.
4849

49-
5050
[^1]: _Copyright 2022 European Union_
5151
_Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission –
5252
subsequent versions of the EUPL (the "Licence");_
5353
_You may not use this work except in compliance with the Licence. You may obtain [a copy of the Licence here](LICENSE)._
54-
_Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence._
54+
_Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence._

0 commit comments

Comments
 (0)