diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /gitlab-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
Diffstat (limited to 'gitlab-widget')
-rw-r--r-- | gitlab-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab-widget/README.md b/gitlab-widget/README.md index 17007bc..0a5caf4 100644 --- a/gitlab-widget/README.md +++ b/gitlab-widget/README.md @@ -21,8 +21,8 @@ It is possible to customize widget by providing a table with all or some of the | Name | Default | Description | |---|---|---| | `icon` | `./icons/gitlab-icon.svg` | Path to the icon | -| `host` | Required | e.g _https://gitlab.yourcompany.com_ | -| `access_token` | Required | e.g _h2v531iYASDz6McxYk4A_ | +| `host` | Required | e.g. `https://gitlab.yourcompany.com` | +| `access_token` | Required | e.g. `h2v531iYASDz6McxYk4A` | | `timeout` | 60 | How often in seconds the widget should be refreshed | _Note:_ |