From 1120d74df19dd488cc559b5b01defa8123fbc165 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 20:45:09 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df05f67..aeb7ee9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Github.js is a JavaScript plugin over [GitHub APIs v3](https://developer.github. [Click here](http://akshaykumar6.github.io/github-js) for live examples. -#Dependency +# Dependency The plugin has hard dependency on [underscore.js](http://underscorejs.org/)(~v1.6.0). You can download it from [here](https://github.com/jashkenas/underscore/archive/1.6.0.zip).