update docs

This commit is contained in:
Iuri Matias 2017-03-04 15:47:35 -05:00
parent e3dd315518
commit b6c7f09938
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Using Embark with Grunt
====================================
** 1. Edit embark.json **
**1. Edit embark.json**
Edit ``embark.json`` to have the line ``"js/app.js": ["embark.js"]``, this will make embark create the file containing the contracts initilization to ``dist/app.js``.
@ -18,8 +18,7 @@ Edit ``embark.json`` to have the line ``"js/app.js": ["embark.js"]``, this will
}
}
** 2. add the generated file to Grunt config file so it's included with the
other assets **
**2. add the generated file to Grunt config file so it's included with the other assets**
.. code:: coffee