From 9de153f1560f40be9c679edfd671d45c834e3be0 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 15 Apr 2017 10:13:42 -0700 Subject: [PATCH] use unicode arrow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4497d..a52c144 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ First, turn on debug mode in your `WakaTime.sublime-settings` file. Add the line: `"debug": true` -Then, open your Sublime Console with `View -> Show Console` ( CTRL + \` ) to see the plugin executing the wakatime cli process when sending a heartbeat. +Then, open your Sublime Console with `View → Show Console` ( CTRL + \` ) to see the plugin executing the wakatime cli process when sending a heartbeat. Also, tail your `$HOME/.wakatime.log` file to debug wakatime cli problems. For more general troubleshooting information, see [wakatime/wakatime#troubleshooting](https://github.com/wakatime/wakatime#troubleshooting).