foundersandcoders / express-handlebars-workshop

7 stars 10 forks source link

In the readme there is some hbs code that isn't syntax highligted #21

Open i2xzy opened 6 years ago

i2xzy commented 6 years ago

readme.md

   <section class="error">
     <p class="error__desc">{{statusCode}}. <span class="error__msg">{{errorMessage}}</span></p>
     <img class="error__image" src="/images/error.png" alt="error">
   </section>

should be:

   <section class="error">
     <p class="error__desc">{{statusCode}}. <span class="error__msg">{{errorMessage}}</span></p>
     <img class="error__image" src="/images/error.png" alt="error">
   </section>