From 37944cf7e5cecd5347b0bd7d6d680ebfad065ff2 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 25 May 2017 12:45:56 +0200
Subject: [PATCH] [enh] readme: add links of 'common' and 'monit' modules.

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 50715a55c..0b387b757 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ If you wish to participate/debate on Duniter, you can:
 
 ### Developement
 Duniter is using modules on different git repositories:
+- [Common](https://github.com/duniter/duniter-common): commons tools for Duniter core and modules.
 - [Crawler](https://github.com/duniter/duniter-crawler): network crawler.
 - [Prover](https://github.com/duniter/duniter-prover): handle Proof-of-Work.
 - [BMA API](https://github.com/duniter/duniter-bma): Basic Merkled API.
@@ -61,6 +62,7 @@ Duniter is using modules on different git repositories:
 - [Web admin](https://github.com/duniter/duniter-ui): web administration interface (optional).
 
 Optional modules:
+- [Currency monit](https://github.com/duniter/duniter-currency-monit): charts to monitor currency and web of trust state.
 - [Remuniter](https://github.com/duniter/remuniter): service to remunerate blocks issuers.
 - [Wot explorer](https://github.com/c-geek/wotex): Web of Trust explorer.
 
-- 
GitLab