venmo / venmo-ios-sdk

Make and accept payments in your iOS app via Venmo
MIT License
178 stars 57 forks source link

Fix broken headings in Markdown files #128

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

u2606 commented 7 years ago

@bryant1410, the line you've changed is actually not a Markdown heading. It's an #import statement within a ```-wrapped code block. I see that you've fixed this in bryant1410/readmesfix#2, so this PR shouldn't be needed anymore.

bryant1410 commented 7 years ago

Yup, exactly, sorry!