Skip to content

Commit 1aba048

Browse files
authored
Merge pull request #98 from D1noD3v/patch-1
Update README.md
2 parents 32c1caa + 6a941ce commit 1aba048

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@ A [WakaTime](https://wakatime.com/) extension for [Zed](https://zed.dev/).
66
Uses the [wakatime-ls](https://github.com/wakatime/zed-wakatime/tree/master/wakatime-ls) to receive edit events from Zed and send heartbeats to WakaTime by [wakatime-cli](https://github.com/wakatime/wakatime-cli).
77

88
## Install
9-
Search "wakatime" in extension page, and install it.
9+
Search for "wakatime" in the "Extensions" page and click "Install".
1010
![type install](./images/install.png)
1111

1212
## Configuration
1313
In order to authenticate with the wakatime-cli, the language server needs to know your API token.
1414
Here are two ways to set the lsp.
1515

1616
### WakaTime configuration file
17-
create a file named `.wakatime.cfg`, locate your HOME directory.
17+
Create a file named `.wakatime.cfg` in your $HOME directory.
1818
```toml
1919
[settings]
20-
api_key = Your api key
20+
api_key = your-api-key
2121
```
2222
Go through up [wakatime-cli](https://github.com/wakatime/wakatime-cli/blob/develop/USAGE.md)'s documentation for more options.
2323

24-
### zed setting file
25-
Zed setting.Open zed setting file, add your api key
24+
### Zed settings file
25+
Open Zed's settings file, then add your api key.
2626
```json
2727
"lsp": {
2828
"wakatime": {
2929
"initialization_options": {
30-
"api-key": "You api key"
30+
"api-key": "Your api key"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)