From 377564e8bdeade4c52c8b3985213b90092e54088 Mon Sep 17 00:00:00 2001 From: Matthis Thorade Date: Wed, 12 Jul 2017 13:07:06 +0200 Subject: [PATCH] correct win localappdata so that it can be copied&pasted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1381afa38..e52b33699 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The extension log file can be found at `~/.local/share/GitHubUnityDebug/github-u ##### Windows -The extension log file can be found at `%LOCALAPPDATA%\GitHubUnityDebug\github-unity.log` +The extension log file can be found at `%LOCALAPPDATA%\GitHubUnity\github-unity.log` ## Building and Contributing