From ee27e9267237fb2b3a51dbb9d3ce55463189a769 Mon Sep 17 00:00:00 2001 From: KVB-MLX Date: Wed, 28 Aug 2024 08:50:45 +0200 Subject: [PATCH] Update README.md Co-authored-by: Bollen Nico --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 267160b..3a7b150 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For MeLiBu, both low level and high level analyzers are implemented. This folder contains visual studion project files and initial built dll. To make changes to code open .sln file with visual studio and when the code is changed rebuild solution in release mode. - New dll is now located in `MeLiBu_low_level\build\Analyzers\Release` (pre-build availabe within the release artifact). + New dll is now located in `MeLiBu_low_level\build\Analyzers\Release` (pre-build available within the release artifact). New dll can be copied to `MeLiBu_low_level\Release` folder and this folder can be used in Logic app or Custom Low Level Analyzer folder can be set to folder where new dll is.