fix link to api key

This commit is contained in:
Alan Hamlett 2020-12-28 17:49:31 -08:00
parent 22ddbe27b0
commit 809e43cfe5
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
// This settings file will be overwritten when upgrading.
{
// Your api key from https://wakatime.com/#apikey
// Your api key from https://wakatime.com/api-key
// Set this in your User specific WakaTime.sublime-settings file.
"api_key": "",
// Debug mode. Set to true for verbose logging. Defaults to false.
"debug": false,
@ -30,5 +30,5 @@
"status_bar_coding_activity": true,
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
"hidefilenames": false
"hidefilenames": false
}