From 15e8b4692340f967f1846eddb1dff68a4f684620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E4=BF=8A=E9=92=A6?= Date: Sat, 11 Mar 2017 17:04:51 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 449de065b..3fa98e19b 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,11 @@ DApp Structure |___ css/ |___ js/ config/ - |___ blockchain.json #environments configuration - |___ contracts.json #contracts configuration - |___ storage.json #storage configuration - |___ webserver.json #webserver configuration - |___ communication.json #communication configuration + |___ blockchain.json #rpc and blockchain configuration + |___ contracts.json #ethereum contracts configuration + |___ storage.json #ipfs configuration + |___ communication.json #whisper/orbit configuration + |___ webserver.json #dev webserver configuration test/ |___ #contracts tests ```