Skip to content

Commit 319ade1

Browse files
authored
Apply cosmetic changes in README
1 parent 593a11e commit 319ade1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<div align="center">
22

33
# Compass
4-
54
Java library for FAIR Signposting validation of RFC 8288 Web Links.
65

7-
86
[![Build Maven Package](https://github.com/qbicsoftware/compass/actions/workflows/build_package.yml/badge.svg)](https://github.com/qbicsoftware/compass/actions/workflows/build_package.yml)
97
[![Run Maven Tests](https://github.com/qbicsoftware/compass/actions/workflows/run_tests.yml/badge.svg)](https://github.com/qbicsoftware/compass/actions/workflows/run_tests.yml)
108
[![CodeQL](https://github.com/qbicsoftware/compass/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/qbicsoftware/compass/actions/workflows/codeql-analysis.yml)
@@ -33,7 +31,7 @@ Use at your own risk, but provide feedback and suggestions in an issue or contri
3331

3432
## Quick start
3533

36-
## Resolve dependency
34+
### Resolve dependency
3735

3836
```xml
3937
<!-- You might want to check for the latest version -->
@@ -120,8 +118,7 @@ List<WebLink> authors = view.author();
120118
Compass comes with example-driven documentation that explains common
121119
FAIR Signposting validation scenarios step by step:
122120

123-
- FAIR Signposting **Level 1** validation:
124-
[`doc/level1-basic-validation.md`](doc/level1-basic-validation.md)
121+
- FAIR Signposting **Level 1** validation: [`doc/level1-basic-validation.md`](doc/level1-basic-validation.md)
125122

126123
- FAIR Signposting **Level 2 discovery** using Link Sets (RFC 9264)
127124

0 commit comments

Comments
 (0)