Skip to content

Commit 801ed85

Browse files
committed
docs: Add shields
1 parent a7eab5b commit 801ed85

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Inspector
22

3+
[![Version](https://img.shields.io/maven-central/v/ru.endlesscode.inspector/inspector-api?style=flat-square)][mavenCentral] [![License](https://img.shields.io/github/license/EndlessCodeGroup/Inspector?style=flat-square)][license]
4+
35
![Inspector Example](https://gitlab.com/endlesscodegroup/inspector/raw/develop/images/example.png)
46

57
Inspector helps developers to track all exceptions and crashes of theirs plugins.
@@ -53,7 +55,7 @@ Also, for more coverage, you should:
5355
### Add Inspector to the project
5456
```groovy
5557
plugins {
56-
// Add shadow plugin to make shadowJar
58+
// Add shadow plugin to shade inspector
5759
// See: http://imperceptiblethoughts.com/shadow/
5860
id 'com.github.johnrengelman.shadow' version '5.2.0'
5961
}
@@ -158,3 +160,6 @@ public class MyTrackedPlugin extends TrackedPlugin {
158160
}
159161
}
160162
```
163+
164+
[license]: LICENSE
165+
[mavenCentral]: https://search.maven.org/search?q=g:ru.endlesscode.inspector

0 commit comments

Comments
 (0)