From 9b7d06b2a6d55a5f54ccedd993dd0c5cceaa1534 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 11 Feb 2020 21:39:22 -0700 Subject: [PATCH] Updated Essentials Architecture (markdown) --- Essentials-Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials-Architecture.md b/Essentials-Architecture.md index be3c669..3053611 100644 --- a/Essentials-Architecture.md +++ b/Essentials-Architecture.md @@ -83,7 +83,7 @@ At startup, the configuration file is read, and a ReadyEvent is fired. Upon bein For example, a `DeviceConfig` object: -```chasrp +```csharp namespace PepperDash.Essentials.Core.Config { public class DeviceConfig