diff --git a/README.md b/README.md index 142e3d3..2e94d66 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ namespace Sample }; // Setup a sub-context of relevant information. - using (Relevant.Info(systemContext)) + using (Relevant.Info(appContext) { while (...) DoWork();