From fa05ff71a5803bfdfe3eae9c459634ae05541444 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 8 Jun 2020 02:59:36 +0200 Subject: [PATCH] Add Validatem logo to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 189d8d9..193ad71 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # @validatem/core +![Validatem logo](https://validatem.cryto.net/validatem-logo.svg) + The last validation library you'll ever need. * Does __every kind of validation__, and does it well: it doesn't matter whether you're validating function arguments, form data, JSON request bodies, configuration files, or whatever else. As long as it's structured data of some sort, Validatem can deal with it.