README.md in gyoza-languages-1.0.4 vs README.md in gyoza-languages-1.0.5
- old
+ new
@@ -23,15 +23,17 @@
```
A Ruby implementation of the Github linguist project with an integrated simple HTTP web server.
Usage: gyoza-languages [options]
- -p, --port PORT Starts the server with the specified port.
+ -p, --port PORT Starts the server with the specified port (2015 by default).
-d, --directory DIRECTORY Manually specifies the repositories directory.
-h, --help Show this message
If the -d argument is not specified, a REPOSITORIES_DIRECTORY environment variable will be necessary.
```
+
+Specifying a port is optional as the default value is `2015`.
The most important (and mandatory) parameter is the `--directory`:
this represents the directory where all the repositories are stored.
Defining a correct directory is crucial for **managing** the web server **endpoints**.