From 75b64c58e2debd3e34e474a07b407ddbc205743d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 7 Jul 2013 18:51:27 -0700 Subject: [PATCH] updated readme with correct config file name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09da92d..d1185ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ sublime-wakatime 0.1.0 ================ -automatic time tracking for Sublime Text 2 +automatic time tracking for Sublime Text 2 & 3 using https://wakati.me Installation ------------ @@ -12,7 +12,7 @@ https://wakati.me 2) Run this shell command replacing KEY with your api key: - echo "api_key=KEY" >> ~/.wakatime + echo "api_key=KEY" >> ~/.wakatime.conf 3) Install the plugin in Sublime's Packages directory.