From 5b2e141036aa55a1fbc7f229dc5ba2a6e207603f Mon Sep 17 00:00:00 2001 From: Bernard Vander Beken Date: Wed, 17 Oct 2018 17:12:58 +0200 Subject: [PATCH] Fix markdown header Ironically, I was looking at this repo to see how it could help me detect similar markdown header issues in multiple github repos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190b911..54d1e15 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ think of. **gitwalk** is made in CoffeeScript and runs on Node.js. [nodegit](http://www.nodegit.org/) and [node-github](https://github.com/mikedeboer/node-github) do most of the heavy lifting in the background. -## Features +## Features * Wildcard matching * Integrates directly with GitHub API