Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-0acf4 committed Jun 1, 2024
1 parent 8942887 commit a48d6f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ server.

## Rokahon server

A very basic server that exposes your local gallery into a functional REST api.
A very basic server that exposes your local gallery.

For example, with the configuration..

```json
{
"VERSION": "0.1.0",
"VERSION": "0.1.1",
"PORT": 1770,
"CACHE": true,
"LIBRARY_ROOT": [
Expand All @@ -27,7 +27,7 @@ For example, with the configuration..
```

Rokahon will serve any subdirectory that follows the structure
`title > chapters > pages`
`title > chapters > pages` located at `path/to/lib1` and `other/lib2`.

```
path/to/lib1/..
Expand All @@ -52,7 +52,7 @@ other/lib2/..

## Rokahon Mihon Extension

Rokahon android extension with most Tachiyomi forks, including Mihon.
Rokahon android extension that works with most Tachiyomi forks, including Mihon.

Simply launch the server, install the extension, configure the address and you
are done.
Expand Down

0 comments on commit a48d6f7

Please sign in to comment.