README.md in akashiyaki-0.2.1 vs README.md in akashiyaki-0.2.2
- old
+ new
@@ -35,33 +35,27 @@
Akashiyaki includes `ak4` command that is a CLI tool to access AKASHI.
Basic usage:
```bash
-# To start work
ak4 work start
-
-# To finish work
ak4 work finish
-# To start break
ak4 break start
-
-# To finish break
ak4 break finish
```
-When `ak4` is executed without account information, `ak4` asks you about your account:
+When `ak4` is given no account information, it asks you about your account:
```bash
$ ak4 work finish
Company ID: mycompany
Login ID: myid
Password: %
```
-If you think it's too much bother to enter account information everytime, you can save your account as configuration file `~/.config/ak4/account.yaml` (or `~/.config/ak4/account.json`):
+If you think it's too much bother to enter account information everytime, you can save your account as a configuration file `~/.config/ak4/account.yaml` (or `~/.config/ak4/account.json`):
```yaml
company: mycompany
id: myid
password: mypassword
@@ -74,10 +68,10 @@
```yaml
company: mycompany
id: myid
```
-So `ak4` asks you about only password.
+So `ak4` asks you about only password when executed.
You can also use command options:
```bash
Options: