Merge branch 'android' of git.nikiroo.be:git/fanfix into android
[fanfix.git] / README.md
index bd6d614d0e348c0473d79b722a9e15487a1f7ccb..22e0b60f40342ab5f2b472c4df324ad6a550aa20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Fanfix is a small Java program that can download stories from some supported web
 - ```fanfix``` --read [*id*] ([*chapter number*])
 - ```fanfix``` --read-url [*URL*] ([*chapter number*])
 - ```fanfix``` --list
-- ```fanfix``` --set-reader [*reader type*]
+- ```fanfix``` --set-reader [*GUI* | *TUI* | *CLI*]
 - ```fanfix``` --server [*key*] [*port*]
 - ```fanfix``` --stop-server [*key*] [*port*]
 - ```fanfix``` --remote [*key*] [*host*] [*port*]
@@ -23,9 +23,9 @@ Fanfix is a small Java program that can download stories from some supported web
 
 (A [TODO list](TODO.md) is also available to know what is expected to come in the future.)
 
-TODO: new screenshots + TUI screenshots
+![Main GUI](screenshots/fanfix-1.3.2.png?raw=true "Main GUI")
 
-![Main GUI](screenshots/fanfix-1.3.2.png;raw=true "Main GUI")
+A screenshots cgallery an be found [here](screenshots/README.md).
 
 It will convert from a (supported) URL to an .epub file for stories or a .cbz file for comics (a few other output types are also available, like Plain Text, LaTeX, HTML...).
 
@@ -34,7 +34,7 @@ To help organize your stories, it can also work as a local library so you can:
 - Import a story from its URL (or just from a file)
 - Export a story to a file (in any of the supported output types)
 - Display a story from the local library in text format in the console
-- Display a story from the local library graphically **by calling a native program to handle it** (though Fanfix can automatically process it into HTML so any browser can open it)
+- Display a story from the local library graphically **natively** or **by calling a native program to handle it** (potentially converted into HTML before hand, so any browser can open it)
 
 ### Supported websites