From bf6f5d7035dc4ef952adbc8f698da27b52106ec7 Mon Sep 17 00:00:00 2001
From: Nicolas80 <nicolas.pmail@protonmail.com>
Date: Sun, 9 Feb 2025 12:55:57 +0100
Subject: [PATCH] * Small changes in doc

---
 doc/config.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/config.md b/doc/config.md
index f1b2d68..3874272 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
-- 
GitLab