diff --git a/README.md b/README.md index 8d6e32bf..92a3a2a3 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,12 @@ 2. You'll need a WakaTime API Key. You can get that from your WakaTime Account Settings - You can refer [here](#new-to-wakatime), if you're new to WakaTime 3. You'll need a GitHub API Token with `repo` and `user` scope from [here](https://github.com/settings/tokens) if you're running the action to get commit metrics - > enable `repo` scope seems **DANGEROUS**
+ > enabling the `repo` scope seems **DANGEROUS**
> but this GitHub Action only accesses your commit timestamp and lines of code added or deleted in repository you contributed. - You can use [this](#profile-repository) example to work it out -4. You need to save the WakaTime API Key and the GitHub API Token in the repository secrets. You can find that in the Settings of your Repository.Be sure to save those as the following. - - WakaTime-api-key as `WAKATIME_API_KEY = `and - - The GitHub Access Token as `GH_TOKEN=` +4. You need to save the WakaTime API Key and the GitHub API Token in the repository secrets. You can find that in the Settings of your repository. Be sure to save those as the following. + - WakaTime API Key as `WAKATIME_API_KEY=` + - GitHub Personal Access Token as `GH_TOKEN=` 5. You can enable and disable feature flags based on requirements. @@ -314,7 +314,7 @@ Contributions are welcome! ♥! Please share any features, and add unit tests! U -- And you! If ever you are using it right now and you are not on the list please tell us by sending a special mention issue [Special Mention](https://github.com/anmol098/waka-readme-stats/issues/new/choose) :blush: we are glad to add you in the list. +- And you! If ever you are using it right now and you are not on the list please tell us by sending a [Special Mention](https://github.com/anmol098/waka-readme-stats/issues/new/choose) issue :blush: we are glad to add you in the list. Made with :heart: and Python 🐍.