craigmdennis / middleman-gulp-starter

Middleman + Gulp Starter = Static Site Awesomeness
https://youtu.be/-io8EeB3GHI
MIT License
48 stars 5 forks source link

Example code in README uses wrong syntax highlighting #9

Closed craigmdennis closed 8 years ago

craigmdennis commented 8 years ago
<%= image_tag gulp_image_path('logo.png'), alt: 'logo' %>

should be

<%= image_tag gulp_image_path('logo.png'), alt: 'logo' %>