Skip to content

Commit 97a31af

Browse files
authored
Fix README for PDFium and PSPDFKit (#328)
1 parent df8b8d0 commit 97a31af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readium/adapters/pdfium/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Follow the same setup instructions as the core Readium toolkit, then add this ne
1515

1616
```groovy
1717
dependencies {
18-
implementation "com.github.readium.kotlin-toolkit:readium-adapter-pdfium:$readium_version"
18+
implementation "org.readium.kotlin-toolkit:readium-adapter-pdfium:$readium_version"
1919
// Or, if you need only the parser but not the navigator:
20-
implementation "com.github.readium.kotlin-toolkit:readium-adapter-pdfium-document:$readium_version"
20+
implementation "org.readium.kotlin-toolkit:readium-adapter-pdfium-document:$readium_version"
2121
}
2222
```
2323

readium/adapters/pspdfkit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Follow the same setup instructions as the core Readium toolkit, then add this ne
1010

1111
```groovy
1212
dependencies {
13-
implementation "com.github.readium.kotlin-toolkit:readium-adapter-pspdfkit:$readium_version"
13+
implementation "org.readium.kotlin-toolkit:readium-adapter-pspdfkit:$readium_version"
1414
// Or, if you need only the parser but not the navigator:
15-
implementation "com.github.readium.kotlin-toolkit:readium-adapter-pspdfkit-document:$readium_version"
15+
implementation "org.readium.kotlin-toolkit:readium-adapter-pspdfkit-document:$readium_version"
1616
}
1717
```
1818

0 commit comments

Comments
 (0)