fix: changed numbers to bullets;
This commit is contained in:
parent
e3100077b1
commit
7d189fc98d
10
README.md
10
README.md
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
WakaTime gives you an idea of the time you really spent on coding. This helps you boost your productivity and competitive edge.
|
WakaTime gives you an idea of the time you really spent on coding. This helps you boost your productivity and competitive edge.
|
||||||
|
|
||||||
1. Head over to https://wakatime.com and create an account.
|
- Head over to https://wakatime.com and create an account.
|
||||||
2. Get your WakaTime API Key from your [Account Settings in WakaTime](https://wakatime.com/settings/account).
|
- Get your WakaTime API Key from your [Account Settings in WakaTime](https://wakatime.com/settings/account).
|
||||||
3. Install the [WakaTime plugin](https://wakatime.com/plugins) in your favourite editor / IDE.
|
- Install the [WakaTime plugin](https://wakatime.com/plugins) in your favourite editor / IDE.
|
||||||
4. Paste in your API key to start the analysis.
|
- Paste in your API key to start the analysis.
|
||||||
|
|
||||||
## Update your Readme
|
## Update your Readme
|
||||||
|
|
||||||
@ -80,5 +80,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN}}
|
GH_TOKEN: ${{ secrets.GH_TOKEN}}
|
||||||
USERNAME: <username> # optional, it will automatically use the username that executing the workflow
|
USERNAME: <username> # optional, it will automatically use the username that's executing the workflow
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user