diff --git a/README.md b/README.md
index 72b7cb8..ff12373 100644
--- a/README.md
+++ b/README.md
@@ -132,8 +132,8 @@ Wakapi relies on the open-source [WakaTime](https://github.com/wakatime/wakatime
```ini
[settings]
-# Your Wakapi server URL or 'https://wakapi.dev/api' when using the cloud server
-api_url = http://localhost:3000/api
+# Your Wakapi server URL or 'https://wakapi.dev' when using the cloud server
+api_url = http://localhost:3000/api/heartbeat
# Your Wakapi API key (get it from the web interface after having created an account)
api_key = 406fe41f-6d69-4183-a4cc-121e0c524c2b
diff --git a/views/summary.tpl.html b/views/summary.tpl.html
index eb9c4ed..8dda612 100644
--- a/views/summary.tpl.html
+++ b/views/summary.tpl.html
@@ -212,7 +212,8 @@
# Step 2: Adapt your config
$ vi ~/.wakatime.cfg
- # Set api_url = %s/api
+
+ # Set api_url = %s/api/heartbeat
# Set api_key =
# Step 3: Start coding and then check back here!