From 5daa56966464d245ac9967daf18cb493a6606378 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 4 Jul 2022 23:37:39 +0100 Subject: [PATCH] Spelling /protocolo/protocol/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5049824..0092178 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ This will open the region creation dialog where you can choose a name for your r If you want to delete a region press on the numeric bar over a highlighted region and it will be deleted. Regions are also exported -## Adding custom protocolo analyzers +## Adding custom protocol analyzers To add a new protocol analyzer you need to create a .net 6.0 assembly that references the LogicAnalyzer assembly and implements at least one class based in "ProtocolAnalyzerBase". Basically you will provide a list of settings to present to the user and then you will implement an analysis function that returns analyzed channels. @@ -105,4 +105,4 @@ Each analyzed channel will specify a list of segments where data is overlayed (t --- -Have fun! \ No newline at end of file +Have fun!