Skip to content

Commit

Permalink
📕docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxrjun committed Apr 11, 2024
1 parent 2223aee commit 5dd213a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://xxrjun.github.io/uml-editor)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xxrjun/uml-editor)](https://github.com/xxrjun/uml-editor/releases/tag/v1.0)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=xxrjun_uml-editor&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=xxrjun_uml-editor)

<br />
<div align="center">
<a href="https://github.com/xxrjun/uml-editor">
Expand Down Expand Up @@ -121,7 +126,7 @@ mvn clean package

```bash
java -jar target/uml-editor-1.0-jar-with-dependencies.jar
```
```

## Project File Structure

Expand Down

0 comments on commit 5dd213a

Please sign in to comment.