✒️ Update README.md (Fix relative paths)
This commit is contained in:
parent
600dc1e013
commit
d28be5462c
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -1,7 +1,7 @@
|
|||
<!------------ Header ------------>
|
||||
|
||||
<div align="center">
|
||||
<img src="/fastlane/metadata/android/en-US/images/icon_2.png" width="120" />
|
||||
<img src="fastlane/metadata/android/en-US/images/icon_2.png" width="120" />
|
||||
<h1>Book's Story</h1>
|
||||
<h3>Material You eBook Reader for Android</h3>
|
||||
<p>Dive into the world of adventure as you discover your favorite book's story!</p>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
<a href="">[](https://apt.izzysoft.de/fdroid/index/apk/ua.acclorite.book_story)</a>
|
||||
<a href="">[](https://hosted.weblate.org/engage/book-story/)</a>
|
||||
<a href="">[](https://matrix.to/#/#book-story:matrix.org)</a>
|
||||
<a href="">[](/LICENSE)</a>
|
||||
<a href="">[](LICENSE)</a>
|
||||
|
||||
<!------------ Overview ------------>
|
||||
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<img src="/fastlane/metadata/android/en-US/images/featureGraphic.png">
|
||||
<img src="fastlane/metadata/android/en-US/images/featureGraphic.png">
|
||||
|
||||
Enjoy a sleek, customizable **reading app** with modern design, built with Jetpack Compose. It’s open-source, offering you a personalized, ad-free journey through your favorite books!
|
||||
|
||||
|
|
@ -38,13 +38,13 @@ Enjoy a sleek, customizable **reading app** with modern design, built with Jetpa
|
|||
## 🖌️ Screenshots
|
||||
|
||||
<div>
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" />
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="30%" />
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="30%" />
|
||||
<hr width=91%>
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="30%" />
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="30%" />
|
||||
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="30%" />
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="30%" />
|
||||
</div>
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue