From 02689f1e192a7bec53ef3c7d3e6ee6c94936ab69 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 10 Mar 2019 15:29:21 -0400 Subject: [PATCH] Add badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb6edf..c0360b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CodeFactor](https://www.codefactor.io/repository/github/simon987/simple-incremental-search-tool/badge/master)](https://www.codefactor.io/repository/github/simon987/simple-incremental-search-tool/overview/master) + # Simple incremental search tool @@ -37,4 +39,4 @@ python3 run.py ## Running unit tests ```bash python3 -m unittest -``` \ No newline at end of file +```