diff --git a/README.md b/README.md index c5e5bc9..d968b16 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ List ruleFilenames = Directory.GetFiles(@"D:\Test\yara", "*.yar", Search // From yr_initialize() to yr_finalize() using (YSContext context = new YSContext()) { - // Compiling rules - using (YSCompiler compiler = instance.CompileFromFiles(ruleFilenames, externals)) + // Compiling rules + using (YSCompiler compiler = instance.CompileFromFiles(ruleFilenames, externals)) { // Get compiled rules YSRules rules = compiler.GetRules();