From 202b9dec0b56dfba5b1a6397615dd4a65e299539 Mon Sep 17 00:00:00 2001 From: Volodymyr Smirnov Date: Wed, 28 Oct 2020 14:04:44 +0200 Subject: [PATCH] get rid of [TOC] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5ed7a15..608a2c6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ Self-hosted [VirusTotal](https://www.virustotal.com/) wannabe API for scanning U **IMPORTANT**: Demo UI is not available till the completion of the beta phase. -[TOC] - ## Introduction I faced a need to scan user-uploaded files in one of my work projects in an automated mode to ensure they don't contain any malware. Using VirusTotal was not an option because of a) legal restrictions and data residency limitations b) scanning by hash-sums would not be sufficient because the majority of files are generated / modified by users.