From 3f4cc2edc7d8f30c92baf32d33f9f655d2c6ebd6 Mon Sep 17 00:00:00 2001 From: Damian Guth Date: Sun, 14 Sep 2025 21:22:41 +0200 Subject: [PATCH] Make paths markdown friendly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1aa9089..6a5cf23 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ undefined_publisher.dirlist <- this is my custom extension. You can find it here # Settings Export of my settings can be found in settings.json. -The default location is: C:\Users\\AppData\Roaming\Code\User\settings.json +The default location is: C:\Users\\-NAME-\AppData\Roaming\Code\User\settings.json # Keybinds Equally as important, the keybinds can be found in keybinds.json -The default location is: C:\Users\\AppData\Roaming\Code\User\keybindings.json \ No newline at end of file +The default location is: C:\Users\\-NAME-\AppData\Roaming\Code\User\keybindings.json \ No newline at end of file