Browse Source

Specify the correct method in the Monitor widget documentation

After 189b8895b03ec2ee407c8d951c07230bae3a9a07 we use `GET` instead of `HEAD`

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Yarden Shoham 1 năm trước cách đây
mục cha
commit
59c55b96be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/configuration.md

+ 1 - 1
docs/configuration.md

@@ -697,7 +697,7 @@ Greenville, United States
 ```
 ```
 
 
 ### Monitor
 ### Monitor
-Display a list of sites and whether they are reachable (online) or not. This is determined by sending a HEAD request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
+Display a list of sites and whether they are reachable (online) or not. This is determined by sending a GET request to the specified URL, if the response is 200 then the site is OK. The time it took to receive a response is also shown in milliseconds.
 
 
 Example:
 Example: