Skip to content

Commit c61c167

Browse files
committed
Refactor README for consistency: remove emojis from section headers and update badge image paths
1 parent 5764855 commit c61c167

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111

1212
[![License: CECILL-C](https://img.shields.io/badge/License-CECILL--C-blue.svg)](https://cecill.info/licences/Licence_CeCILL-C_V1-en.html) [![Discussions](https://img.shields.io/badge/Discussions-GitHub-blue)](https://github.com/orgs/corese-stack/discussions)
1313

14-
## Features
14+
## Features
1515

1616
- Convert RDF data formats (Turtle, RDF/XML, N-Triples, etc.)
1717
- Execute SPARQL queries on local or remote files
1818
- Query SPARQL endpoints
1919
- Validate RDF graphs using SHACL
2020
- Canonicalize RDF data
2121

22-
## 🚀 Getting Started
22+
## Getting Started
2323

2424
Install Corese-Command using your preferred platform:
2525

2626
### Linux
2727

2828
<a href='https://flathub.org/apps/fr.inria.corese.CoreseCommand'>
29-
<img width='140' alt='Get it on Flathub' src='https://flathub.org/api/badge?locale=en'/>
29+
<img width='140' alt='Get it on Flathub' src='docs/source/_static/logo/badge_flathub.svg'/>
3030
</a>
3131

3232
```shell
@@ -53,16 +53,20 @@ You can also use Corese-Command as a standalone `.jar` file or add it to a Java
5353

5454
> Requires Java 21 or higher.
5555
56-
- [🔗 GitHub Releases](https://github.com/corese-stack/corese-command/releases)
57-
- [📦 Maven Central](https://central.sonatype.com/artifact/fr.inria.corese/corese-command)
56+
<a href='https://github.com/corese-stack/corese-command/releases'>
57+
<img width='140' alt='Get it on GitHub' src='docs/source/_static/logo/badge_github.svg'/>
58+
</a>
59+
<a href='https://central.sonatype.com/artifact/fr.inria.corese/corese-command'>
60+
<img width='140' alt='Get it on Maven Central' src='docs/source/_static/logo/badge_maven.svg'/>
61+
</a>
5862

5963
Run manually with:
6064

6165
```shell
6266
java -jar corese-command-standalone.jar
6367
```
6468

65-
## Example Usage
69+
## Example Usage
6670

6771
```shell
6872
# Run a simple SPARQL query on an RDF file
@@ -89,19 +93,19 @@ corese canonicalize -i data.ttl -of rdfc-1.0-sha256
8993
corese query-endpoint -q 'SELECT * WHERE {?s ?p ?o}' -e "https://dbpedia.org/sparql"
9094
```
9195

92-
## 📖 Documentation
96+
## Documentation
9397

9498
- [Getting Started Guide](https://corese-stack.github.io/corese-command/v4.6.1/user_guide.html)
9599

96-
## 🤝 Contributing
100+
## Contributing
97101

98102
We welcome contributions! Here’s how to get involved:
99103

100104
- [GitHub Discussions](https://github.com/orgs/corese-stack/discussions)
101105
- [Issue Tracker](https://github.com/corese-stack/corese-command/issues)
102106
- [Pull Requests](https://github.com/corese-stack/corese-command/pulls)
103107

104-
## 🔗 Useful Links
108+
## Useful Links
105109

106110
- [Corese Website](https://corese-stack.github.io/corese-command/)
107111
- Mailing List: <corese-users@inria.fr>

0 commit comments

Comments
 (0)