Skip to content

Commit 202d3a3

Browse files
committedFeb 17, 2021
Update README.md
1 parent 104bddb commit 202d3a3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎source/plugins/anilist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ These sections can also be filtered by media type, which can be either `anime`,
3737
plugin_anilist_limit: 2 # Limit to 2 entry per section (characters section excluded)
3838
plugin_anilist_shuffle: yes # Shuffle data for more varied outputs
3939
plugin_anilist_user: .user.login # Use same username as GitHub login
40-
plugin_anilist_limit_characters: 22 # Limit to 22 characters in characters section (🚧 @master feature)
40+
plugin_anilist_limit_characters: 22 # Limit to 22 characters in characters section
4141
```

‎source/plugins/languages/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ It is also possible to use a predefined set of colors from [colorsets.json](colo
3030
plugin_languages_skipped: my-test-repo # List of repositories to skip
3131
plugin_languages_colors: "0:orange, javascript:#ff0000, ..." # Make most used languages orange and JavaScript red
3232
plugin_languages_details: bytes-size, percentage # Additionally display total bytes size and percentage
33-
plugin_languages_threshold: 2% # Hides all languages less than 2% (🚧 @master feature)
33+
plugin_languages_threshold: 2% # Hides all languages less than 2%
3434
```

‎source/plugins/music/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Register your API key to finish setup.
180180
plugin_music_provider: spotify # Use Spotify as provider
181181
plugin_music_mode: recent # Set plugin mode
182182
plugin_music_limit: 4 # Limit to 4 entries
183-
plugin_music_played_at: yes # Show timestamp (only works with spotify, 🚧 @master feature)
183+
plugin_music_played_at: yes # Show timestamp (for spotify only)
184184
plugin_music_token: "${{ secrets.SPOTIFY_CLIENT_ID }}, ${{ secrets.SPOTIFY_CLIENT_SECRET }}, ${{ secrets.SPOTIFY_REFRESH_TOKEN }}"
185185
```
186186

‎source/plugins/nightscout/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [nightscout website](http://www.nightscout.info/) details how to self-host a
2121
[➡️ Available options for this plugin](metadata.yml)
2222

2323
```yaml
24-
- uses: lowlighter/metrics@master
24+
- uses: lowlighter/metrics@latest
2525
with:
2626
# ... other options
2727
plugin_nightscout: yes

‎source/plugins/nightscout/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
- name: Nightscout plugin (default)
2-
uses: lowlighter/metrics@master
2+
uses: lowlighter/metrics@latest
33
with:
44
token: NOT_NEEDED
55
plugin_nightscout: yes
66
plugin_nightscout_url: https://testapp.herokuapp.com/
77

88
- name: Nightscout plugin (without graph)
9-
uses: lowlighter/metrics@master
9+
uses: lowlighter/metrics@latest
1010
with:
1111
token: NOT_NEEDED
1212
plugin_nightscout: yes

‎source/plugins/wakatime/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then setup [WakaTime plugins](https://wakatime.com/plugins) to be ready to go!
2828
- uses: lowlighter/metrics@latest
2929
with:
3030
# ... other options
31-
plugin_wakatime: yes # (🚧 @master feature)
31+
plugin_wakatime: yes
3232
plugin_wakatime_token: ${{ secrets.WAKATIME_TOKEN }} # Required
3333
plugin_wakatime_days: 7 # Display last week stats
3434
plugin_wakatime_sections: time, projects, projects-graphs # Display time and projects sections, along with projects graphs

0 commit comments

Comments
 (0)
Failed to load comments.