diff options
author | pingarelho <davidamaral101@gmail.com> | 2023-09-20 23:11:49 +0100 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:46 -0500 |
commit | 0555c7181782a09ec0c7c382b33df9c397de584f (patch) | |
tree | b3dd1e926bb2f71f63b1ceeb27f959e1ae2b07ad | |
parent | 4e6972dde0bfe14767f757cd0541cd951a101d4f (diff) |
'GitHub username' instead of 'Your GitHub...'
-rw-r--r-- | github-activity-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github-activity-widget/README.md b/github-activity-widget/README.md index 0e4d247..2b89d70 100644 --- a/github-activity-widget/README.md +++ b/github-activity-widget/README.md @@ -15,7 +15,7 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| | `icon` | `github.png` from the widget sources | Widget icon displayed on the wibar | -| `username` | Required | Your GitHub username | +| `username` | Required | GitHub username | | `number_of_events` | 10 | Number of events to display in the list | ## Installation |