Skip to content

Commit 40c9b41

Browse files
authored
🔀 Merge pull request #1352 from edugof/patch-1
Fix nextcloud widgets reference
2 parents f69de12 + 7d3ea06 commit 40c9b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/widgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ Displays your notifications and allows deleting them.
19541954
#### Example
19551955

19561956
```yaml
1957-
- type: nextcloud-userstatus
1957+
- type: nextcloud-notifications
19581958
useProxy: true
19591959
options:
19601960
hostname: https://nextcloud.example.com
@@ -2060,7 +2060,7 @@ Shows statistics about PHP OPcache performance on your Nextcloud server.
20602060
#### Example
20612061

20622062
```yaml
2063-
- type: nextcloud-stats
2063+
- type: nextcloud-php-opcache
20642064
useProxy: true
20652065
options:
20662066
hostname: https://nextcloud.example.com

0 commit comments

Comments
 (0)