Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1fexd committed Aug 26, 2023
1 parent 6684afc commit 8bad564
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# LinkSheetInterconnect
# LinkSheetInterConnect
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.

[![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)
[![](https://jitpack.io/v/1fexd/LinkSheetInterConnect.svg)](https://jitpack.io/#1fexd/LinkSheetInterConnect)

## Installation
Add JitPack to your Maven repos:

```groovy
maven { url 'https://jitpack.io' }
```kotlin
maven(url="https://jitpack.io")
```

Add the dependency:

```groovy
implementation 'com.github.1fexd:LinkSheetInterConnect:<VERSION>'
```kotlin
implementation("com.github.1fexd:LinkSheetInterConnect:<VERSION>")
```

## Usage
Expand Down

0 comments on commit 8bad564

Please sign in to comment.