From b6c7f09938bc2880f65a99717cb4c4a917df5a36 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sat, 4 Mar 2017 15:47:35 -0500 Subject: [PATCH] update docs --- docs/using-embark-with-grunt.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/using-embark-with-grunt.rst b/docs/using-embark-with-grunt.rst index 75cf116e2..a71fc1067 100644 --- a/docs/using-embark-with-grunt.rst +++ b/docs/using-embark-with-grunt.rst @@ -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