We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e897263 commit 93d8f50Copy full SHA for 93d8f50
README.md
@@ -166,11 +166,14 @@ Embark uses [Jasmine](https://jasmine.github.io/2.3/introduction.html) by defaul
166
167
Working with different chains
168
======
169
-You can specify which environment to deploy to
+You can specify which environment to deploy to:
170
171
-$ embark blockchain staging
172
-$ embark run staging
173
-the environment is a specific blockchain configuration that can be managed at config/blockchain.yml
+
+```$ embark blockchain staging```
174
+```$ embark run staging```
175
176
+The environment is a specific blockchain configuration that can be managed at config/blockchain.yml
177
178
```Yaml
179
# config/blockchain.yml
0 commit comments