From ce13ee06230e2ec536dd42778dae452cf28d9c9f Mon Sep 17 00:00:00 2001
From: Bryan Chen <xlchen1291@gmail.com>
Date: Mon, 30 Dec 2019 13:11:10 +0800
Subject: [PATCH] update readme

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 38d33ff..dbae6ec 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,19 @@ The Open Runtime Module Library (ORML) is a community maintained collection of S
 ## Runtime modules
 
 - orml-traits
-    - Shared traits including `MultiCurrency`.
+    - Shared traits including `BasicCurrency`, `MultiCurrency`, `Auction` and more.
+- orml-utilities
+	- Various utilities including `FixedU128` and `LinkedList`.
 - orml-tokens
     - Fungible tokens module that implements `MultiCurrency` trait.
+- orml-currencies
+	- Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module.
 - orml-oracle
     - Oracle module that makes off-chain data available on-chain.
+- orml-prices
+	- Provide basic asset price abstraction.
+- orml-auction
+	- Auction module that implements `Auction` trait.
 
 ## Makefile targets
 
-- 
GitLab