Skip to content

Commit 8bad564

Browse files
committed
chore: Update README.md
1 parent 6684afc commit 8bad564

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# LinkSheetInterconnect
1+
# LinkSheetInterConnect
22
A way to communicate with [LinkSheet](https://github.com/1fexd/LinkSheet/), allowing your app to see which domains LinkSheet will send to it and to request domains be selected.
33

4-
[![GitHub Release](https://img.shields.io/github/v/release/1fexd/LinkSheetInterConnect?style=for-the-badge&logo=github&label=Version&color=orange)](https://github.com/1fexd/LinkSheetInterConnect/releases)
4+
[![](https://jitpack.io/v/1fexd/LinkSheetInterConnect.svg)](https://jitpack.io/#1fexd/LinkSheetInterConnect)
55

66
## Installation
77
Add JitPack to your Maven repos:
88

9-
```groovy
10-
maven { url 'https://jitpack.io' }
9+
```kotlin
10+
maven(url="https://jitpack.io")
1111
```
1212

1313
Add the dependency:
1414

15-
```groovy
16-
implementation 'com.github.1fexd:LinkSheetInterConnect:<VERSION>'
15+
```kotlin
16+
implementation("com.github.1fexd:LinkSheetInterConnect:<VERSION>")
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)