From ce6a8e2b0b469ab7614cd410feed954ea02d21c8 Mon Sep 17 00:00:00 2001
From: Bryan Chen <xlchen1291@gmail.com>
Date: Tue, 30 Jun 2020 13:59:43 +1200
Subject: [PATCH] remove removed price

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

diff --git a/README.md b/README.md
index a328480..16aa777 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,6 @@ The Open Runtime Module Library (ORML) is a community maintained collection of S
 	- Provide `MultiCurrency` implementation using `pallet-balances` and `orml-tokens` module.
 - [orml-oracle](./oracle)
     - Oracle module that makes off-chain data available on-chain.
-- [orml-prices](./prices)
-	- Provide basic asset price abstraction.
 - [orml-auction](./auction)
 	- Auction module that implements `Auction` trait.
 - [orml-vesting](./vesting)
-- 
GitLab