about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2017-08-22 15:32:18 +0200
committerGitHub <[email protected]>2017-08-22 15:32:18 +0200
commit2c875673bd5554c8ed11b77ccf6406166cbe799e (patch)
tree284da72b142d5299b6286fd268ef9bf4bca051b8 /README.md
parentMerge pull request #243 from AcidWeb/master (diff)
parentUpdated README + version bump (diff)
downloadkcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.tar.gz
kcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.tar.bz2
kcc-2c875673bd5554c8ed11b77ccf6406166cbe799e.zip
Merge pull request #244 from ciromattia/dev
5.4.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 642eb19..ce4977a 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you find **KCC** valuable you can consider donating to the authors:
 You can find the latest released binary at the following links:
 - **Windows (64-bit only):** [http://kcc.iosphe.re/Windows/](http://kcc.iosphe.re/Windows/)
 - **Linux (Glibc 2.19+):** [http://kcc.iosphe.re/Linux/](http://kcc.iosphe.re/Linux/)
-- **OS X (10.9+):** [http://kcc.iosphe.re/OSX/](http://kcc.iosphe.re/OSX/)
+- **OS X (10.10+):** [http://kcc.iosphe.re/OSX/](http://kcc.iosphe.re/OSX/)
 
 ## PYPI
 **KCC** is also available on PyPI.
@@ -67,12 +67,12 @@ sudo pip3 install --upgrade pillow python-slugify psutil pyqt5 raven
 
 ## USAGE
 
-Should be pretty self-explanatory. All options have detailed informations in tooltips.
-After completed conversion you should find ready file alongside the original input file (same directory).
+Should be pretty self-explanatory. All options have detailed information in tooltips.
+After completed conversion, you should find ready file alongside the original input file (same directory).
 
 Please check [our wiki](https://github.com/ciromattia/kcc/wiki/) for more details.
 
-CLI version of **KCC** is intended for power users. It allow to use options that might not be compatible and decrease quality of output. 
+CLI version of **KCC** is intended for power users. It allows using options that might not be compatible and decrease the quality of output.
 
 ### Standalone `kcc-c2e.py` usage:
 
@@ -82,7 +82,7 @@ Usage: kcc-c2e [options] comic_file|comic_folder
 Options:
   MAIN:
     -p PROFILE, --profile=PROFILE
-                        Device profile (Available options: K1, K2, K3, K45,
+                        Device profile (Available options: K1, K2, K34, K578,
                         KDX, KPW, KV, KoMT, KoG, KoGHD, KoA, KoAHD, KoAH2O,
                         KoAO) [Default=KV]
     -m, --manga-style   Manga style (right-to-left reading and splitting)
@@ -145,7 +145,7 @@ Options:
     -m, --merge         Combine every directory into a single image before splitting
 
   OTHER:
-    -d, --debug         Create debug file for every splitted image
+    -d, --debug         Create debug file for every split image
     -h, --help          Show this help message and exit
 ```