From 8c9eed37fecd10423ed3309753af2c2caea97b7b Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Wed, 20 Apr 2022 19:57:53 +0200
Subject: [PATCH] [doc] Readme: Add latest features

Fix -ep option
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7e643c87..25b5b6ac 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ silkaj <sub-command>
 
 - Will automatically request and post data on `duniter.org 443` main Äž1 node.
 
-- Specify a custom node with `-p` option:
+- Specify a custom node with `-ep` option:
 
 ```bash
 silkaj -ep <hostname>:<port> <sub-command>
@@ -63,11 +63,13 @@ silkaj -ep <hostname>:<port> <sub-command>
 - Check the present currency information stand
 - Display current proof of work difficulty level to generate the next block
 - Explore the blockchain block by block
+- Verify blockchain blocks hashes
 
 ### Money management
 
 - Transaction emission
   - Multi-recipients transaction support
+  - Read transaction recipients and amounts from a file
 - Consult wallets balances
 - Consult wallet history
 
@@ -77,6 +79,7 @@ silkaj -ep <hostname>:<port> <sub-command>
 - Check sent and received certifications and consult the membership status of any given identity in the Web of Trust
 - Certification emission
 - Membership emission
+- Revocation file handling
 
 ### Authentication
 
-- 
GitLab