From 0af4d01bf98cd066bccb75981c2ab3f29a0f99e4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 13 Feb 2016 20:06:12 +0100 Subject: [PATCH] Typo fixed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95bad5a..19133c5 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ It is quite easy. Create a JSON file describing your taxonomy as triple tags (e. # How to add your private taxonomy to MISP ~~~~shell -$cd /var/www/MISP/app/files/taxonomies/ -$mkdir sampletax -$vi machinetag.json +$ cd /var/www/MISP/app/files/taxonomies/ +$ mkdir privatetaxonomy +$ vi machinetag.json ~~~~ Create a JSON file Create a JSON file describing your taxonomy as triple tags. -Once you are happy with your file go to MISP Web GUI taxonomies/index and update the taxonomies, the newly created taxonomy should be visible, now you need to activate the tags tiwhin your taxonomy. +Once you are happy with your file go to MISP Web GUI taxonomies/index and update the taxonomies, the newly created taxonomy should be visible, now you need to activate the tags within your taxonomy. # MISP Taxonomies - tools