From de6f21bc51e99ab430c55a893da6540e130165b8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 2 Dec 2016 10:01:08 +0100 Subject: [PATCH] Fix the code to be highlighted --- pymisp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymisp/README.md b/pymisp/README.md index 93f6cbf..69eead4 100644 --- a/pymisp/README.md +++ b/pymisp/README.md @@ -306,11 +306,11 @@ valid_attribute_distribution_levels = ['0', '1', '2', '3', '4', '5'] #### Consuming feed -As the feed is a simple set of MISP json files, the file can be easily imported +As the feed is a simple set of MISP json files, the files can be easily imported directly into any MISP instance. The script below processes the manifest file of an OSINT feed and reimport them in a MISP directly. -~~~~ +~~~~python #!/usr/bin/env python # -*- coding: utf-8 -*-