Browse Source

Update index.html

8.0
Mathias Markl 7 years ago
committed by GitHub
parent
commit
51e8404cdf
  1. 5
      muk_web_client/static/description/index.html

5
muk_web_client/static/description/index.html

@ -7,7 +7,7 @@
</div>
</section>
<section class="oe_container" style="padding-bottom: 70px;">
<section class="oe_container" style="padding-bottom: 60px;">
<div class="oe_row oe_spaced">
<div class="oe_picture">
<h3 class="oe_slogan">Overview</h3>
@ -17,8 +17,6 @@
extend the web client and declare a new bus channel.
</p>
<p>
Example:
</p>
<pre>
<code>
var WebClient = require('web.WebClient');
@ -36,6 +34,7 @@ WebClient.include({
});
</code>
</pre>
</p>
</div>
</div>
</section>

Loading…
Cancel
Save