From 6b17086d736c85a616e3f92e60ab64d193fb698a Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 17 Oct 2016 20:06:09 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 3082a17e..d33e8e70 100644 --- a/README.md +++ b/README.md @@ -302,16 +302,6 @@ The environment is a specific blockchain configuration that can be managed at co ... ``` -Deploying only contracts -====== -Although embark run will automatically deploy contracts, you can choose to only deploy the contracts to a specific environment - -```Bash -$ embark deploy privatenet -``` - -embark deploy will deploy all contracts at app/contracts and return the resulting addresses - Structuring Application ======