diff --git a/version.txt b/version.txt index 7e541ae..6b4d157 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.2 \ No newline at end of file +2.2.3 \ No newline at end of file diff --git a/views/summary.tpl.html b/views/summary.tpl.html index 2565c4e..af5ecbb 100644 --- a/views/summary.tpl.html +++ b/views/summary.tpl.html @@ -189,12 +189,11 @@ # Step 1: Download WakaTime plugin for your IDE
# See: https://wakatime.com/plugins

- # Step 2: Adapt your config
- $ vi ~/.wakatime.cfg
- + # Step 2: Set your ~/.wakatime.cfg to this:

- # Set api_url = %s/api
- # Set api_key = {{ .ApiKey }}

+ [settings]
+ api_url = %s/api
+ api_key = {{ .ApiKey }}

# Step 3: Start coding and then check back here!