diff --git a/credits.md b/credits.md
index 9041496..a6ae993 100644
--- a/credits.md
+++ b/credits.md
@@ -106,7 +106,7 @@
-
+
Null
@@ -440,6 +440,13 @@
Bumsoo Kim
|
+
+
+
+
+ Chris Nielsen
+
+ |
@@ -453,15 +460,15 @@
Null
- |
+
+
DeepSource Bot
- |
-
+
@@ -496,15 +503,15 @@
FormatToday
- |
+
+
Garrett Brown
- |
-
+
@@ -539,15 +546,15 @@
Jeremy Chauvin
- |
+
+
Kieran
- |
-
+
@@ -582,15 +589,15 @@
Markus Krause
- |
+
+
Maxime Moreillon
- |
-
+
@@ -625,15 +632,15 @@
Null
- |
+
+
Ryan Turner
- |
-
+
@@ -668,6 +675,14 @@
Xert
+ |
+
+
+
+
+
+ Null
+
|
@@ -675,8 +690,7 @@
Nico
- |
-
+
@@ -684,6 +698,13 @@
Null
|
+
+
+
+
+ Null
+
+ |
@@ -697,7 +718,8 @@
Imlonghao
- |
+
+
@@ -718,8 +740,7 @@
Kxenox
- |
-
+
@@ -740,7 +761,8 @@
Null
- |
+
+
@@ -761,8 +783,7 @@
Null
- |
-
+
diff --git a/widgets.md b/widgets.md
index e3c67e2..cc9a145 100644
--- a/widgets.md
+++ b/widgets.md
@@ -2380,12 +2380,19 @@ You'll need to enable the sensors plugin to use this widget, using: `--enable-pl

+#### Options
+
+**Field** | **Type** | **Required** | **Description**
+--- | --- | --- | ---
+**`units`** | `string` | _Optional_ | Use `C` to display temperatures in Celsius or `F` to use Fahrenheit. Defaults to `C`.
+
#### Example
```yaml
- type: gl-cpu-temp
options:
hostname: http://192.168.130.2:61208
+ units: C
```
---
|