diff --git a/README.md b/README.md
index a328480fa31de82ca7d9fd748427e6665c31f131..16aa777c56da8dbee8383180949b4d75b359f0e8 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)