diff --git a/README.md b/README.md index d936166..95296ef 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ An attempt to write an Android manga reading application on Jetpack Compose usin No, nothing works. ## Screens -| Shelf | Details | History | -|:-----------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------:| -| ![Shelf](https://git.kotatsu.app/Xtimms/Tokusho/raw/branch/master/images/shelf.png) | ![Details](https://git.kotatsu.app/Xtimms/Tokusho/raw/branch/master/images/details.png) | ![History](https://git.kotatsu.app/Xtimms/Tokusho/raw/branch/master/images/history.png) | +| Shelf | Details | History | Feed | +|:----------------------------:|:--------------------------------:|:--------------------------------:|:--------------------------:| +| ![Shelf](./images/shelf.png) | ![Details](./images/details.png) | ![History](./images/history.png) | ![Feed](./images/feed.png) | ## Acknowledgements diff --git a/images/feed.png b/images/feed.png new file mode 100644 index 0000000..432e36b Binary files /dev/null and b/images/feed.png differ