Skip to content

Commit bfdf635

Browse files
committed
update readme.md
1 parent e908cf7 commit bfdf635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Converts clean json blocks data like [this](app/src/main/assets/dummy_data.json)
2929
## Installation
3030

3131
```
32-
implementation 'io.github.upstarts:ejkit:X.X.X' - look at badge above for latest version
33-
implementation 'io.github.upstarts:ejkit-gson:X.X.X' - adds GSON adapter. If you use other library for parsing json, you need to write adapter yourself.
34-
implementation 'io.github.upstarts:ejkit-moshi:X.X.X' - adds Moshi adapter.
32+
implementation 'com.github.Upstarts.editor-js-kit-android:ejkit:X.X.X' - look at badge above for latest version
33+
implementation 'com.github.Upstarts.editor-js-kit-android:ejkit-gson:X.X.X' - adds GSON adapter. If you use other library for parsing json, you need to write adapter yourself.
34+
implementation 'com.github.Upstarts.editor-js-kit-android:ejkit-moshi:X.X.X' - adds Moshi adapter.
3535
```
3636

3737
## Setup

0 commit comments

Comments
 (0)