TannerRogalsky / love.js

LÖVE ported to the web using Emscripten
MIT License
493 stars 53 forks source link

Broken headers in Readme #46

Closed Kinrany closed 7 years ago

Kinrany commented 7 years ago

Headers are broken because there should be a whitespace between the hashags and the body.

###Header looks like

Header

### Header looks like

Header

Kinrany commented 7 years ago

Fixed in my fork in ac5650ffdc65ebe4ec47abc6fbf825d46543a086

TannerRogalsky commented 7 years ago

Huh! This definitely worked before, I wonder what changed.

Anyway, thanks for the heads up. And for future reference, feel free to make a pull request for something like this. https://yangsu.github.io/pull-request-tutorial/