diff --git a/PerformanceOverlay/Overlays.cs b/PerformanceOverlay/Overlays.cs index 38ae190..cdde915 100644 --- a/PerformanceOverlay/Overlays.cs +++ b/PerformanceOverlay/Overlays.cs @@ -135,7 +135,7 @@ namespace PerformanceOverlay new Entry { Text = "RAM", - Nested = { new Entry("{MEM_GB} GiB") } + Nested = { new Entry("{MEM_GB} GiB") } }, new Entry { @@ -150,7 +150,7 @@ namespace PerformanceOverlay }, new Entry { - Text = "[OBJ_FT_SMALL] ms", + Text = "[OBJ_FT_SMALL] ms", Include = { Mode.Detail } } }, diff --git a/README.md b/README.md index cfd3ed9..0f26529 100644 --- a/README.md +++ b/README.md @@ -54,23 +54,23 @@ It currently registers two global hotkeys: - **F11** - enable performance overlay - **Shift+F11** - cycle to next performance overlay (and enable it) -There are 4 modes: +There are 4 modes of presentation: ### 2.1. FPS - + ### 2.2. Minimal - + ### 2.3. Detail - + ### 2.4. Full - + ## Author