Skip to content

Commit

Permalink
docs: fix video link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Sep 3, 2018
1 parent b4b9a48 commit 683d1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .emdaer/docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You may need **ContentaJS** because for many reasons **you will end up needing a
node.js server for your project anyways**. You may as well use an opinionated
and optimized starter kit that will solve many of your needs without effort.

<iframe src="https://www.youtube.com/embed/6bdbqo2tETg?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>

[![Contenta JS video](https://img.youtube.com/vi/6bdbqo2tETg/0.jpg)](https://www.youtube.com/watch?v=6bdbqo2tETg)

### Microservices
If your API needs to aggregate data for use on the front-end from other services
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->

<!--
emdaerHash:eb21937d50f7a69bfc4e947c9d0c7331
emdaerHash:a7431e8c786484e64dc8de1fcaf757f1
-->

<h1 id="contentajs-img-align-right-src-logo-svg-alt-contenta-logo-title-contenta-logo-width-100-">ContentaJS <img align="right" src="./logo.svg" alt="Contenta logo" title="Contenta logo" width="100"></h1>
Expand Down Expand Up @@ -42,8 +42,7 @@ data from Contenta CMS, others won’t.</p>
<p>You may need <strong>ContentaJS</strong> because for many reasons <strong>you will end up needing a
node.js server for your project anyways</strong>. You may as well use an opinionated
and optimized starter kit that will solve many of your needs without effort.</p>
<iframe src="https://www.youtube.com/embed/6bdbqo2tETg?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>

<p><a href="https://www.youtube.com/watch?v=6bdbqo2tETg"><img src="https://img.youtube.com/vi/6bdbqo2tETg/0.jpg" alt="Contenta JS video"></a></p>
<h3 id="microservices">Microservices</h3>
<p>If your API needs to aggregate data for use on the front-end from other services
you <strong>should not</strong> use PHP for that. That is because, in practice, all I/O in
Expand Down

0 comments on commit 683d1df

Please sign in to comment.