From 43348dac020533aec6f4f5a93ecd2a2210062842 Mon Sep 17 00:00:00 2001 From: AVVS Date: Thu, 7 Jan 2016 02:24:48 +0300 Subject: [PATCH] chore(readme): commitzen badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b97983..1c4fb62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Validation module [![Build Status](https://semaphoreci.com/api/v1/projects/8895d4a7-aeaa-4453-96e4-32bb4960536e/633151/badge.svg)](https://semaphoreci.com/makeomatic/ms-validation) +[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) This is basically a wrapper of [ajv](https://github.com/epoberezkin/ajv) module. What it does - is accepts a directory with schemas, reads it in an async or sync fashion based on your preference