소스 검색

Merge pull request #81 from yardenshoham/correct-method-in-docs

Specify the correct method in the Monitor widget documentation
Svilen Markov 1 년 전
부모
커밋
b0e57bae9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/configuration.md

+ 1 - 1
docs/configuration.md

@@ -697,7 +697,7 @@ Greenville, United States
 ```
 
 ### 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: