From f4778aaee18ef4635acf6e8f4d770fe4e5b8e151 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 4 Jan 2015 12:25:05 +0100 Subject: [PATCH] little addition to readme... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d7ff7..9ab3b87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The list may not be complete, if you're missing a protocol, just add it! How to add a new protocol ---- -Clone. Check structure-schema.yml. Install kwalify (has ruby as dependency!). Write protocol file in ./protocols/osi[layer]/[protocolname].yml. Validate structure with 'kwalify -lf structure-schema.yml [path/to/protocolname].yml. Be happy. +Clone. Check structure-schema.yml. Install kwalify (has ruby as dependency!). Write protocol file in ./protocols/osi[layer]/[protocolname].yml. Validate structure with 'kwalify -lf structure-schema.yml [path/to/protocolname].yml' or validate all at once with 'kwalify -lf structure-schema.yml ./protocols/osi*/*.yml'. Be happy. How to use this dictionary ----