fix: changed numbers to bullets;

This commit is contained in:
Jovial Joe Jayarson 2020-07-12 22:39:47 +05:30 committed by GitHub
parent e3100077b1
commit 7d189fc98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```