diff --git a/doc/config.md b/doc/config.md
index f1b2d6809679fa8458105e6b8127d71573db6ba9..387427212b5e547c4bfac0008dfe7a0f9ff3c78e 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -38,7 +38,12 @@ gcli account transfer 1 5Fxune7f71ZbpP2FoY3mhYcmM596Erhv1gRue4nsPwkxMR4n
 
 but in general usage, you want to store your secret in the local vault.
 
-Here is an example adding a base _substrate_ account, adding a derivation on it, selecting that derivation Address and making a transfer from it
+Here is an example that:
+* adds a base _substrate_ account
+* adds a derivation on it
+* lists all available Addresses in the vault
+* selects that derivation Address
+* makes a transfer from selected Address
 
 ```sh
 # add a new secret to the vault using substrate uri
@@ -191,7 +196,7 @@ gcli vault --help
 #   -h, --help  Print help
 ```
 
-And some commands have a more detailed description when requesting `--help` from them.
+And some commands have a more detailed description when requesting `--help` from them:
 
 ```sh
 gcli vault derive --help