From cf1a5103f552ee32f37f729a58389eebd09bc020 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Fri, 15 Dec 2017 14:08:18 +0100 Subject: [PATCH] singularity re-established ;) --- pymisp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/README.md b/pymisp/README.md index ce7f861..6336aef 100644 --- a/pymisp/README.md +++ b/pymisp/README.md @@ -105,7 +105,7 @@ if __name__ == '__main__': ~~~~ Then the function starts by preparing the awaited arguments: * event: The event that will get a new attribute -* type: The type of the attribute that will be added. See [here](../categories-and-types/README.md) for more informations +* type: The type of the attribute that will be added. See [here](../categories-and-types/README.md) for more information * value: The value of the new attribute ~~~~python misp = init(misp_url, misp_key)