From c37d65e38898185f342385c344387b612ed5d30b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 00:11:45 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5243705..d3fb5c5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ EasyJSWebView is a library that allows you to do the same in Objective-C. Downlo You may find the sample project [here](https://github.com/dukeland/EasyJSWebViewSample). -###Some code to demonstrate +### Some code to demonstrate So basically what you need to do is create a class like this. ```obj-c @@ -70,7 +70,7 @@ Simple, huh!? **Try it now!!!** -###Some simple facts +### Some simple facts * NSInvocation does not live peacefully with ARC. This library is thus a non-ARC library. * It supports only NSString* for message passing now. * We are Dukeland from Hong Kong! A group of IT-holic guys