Skip to content

Commit

Permalink
docs: fix link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Apr 9, 2024
1 parent 910df15 commit 927f5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ws_browser_reloader:
| message | string | [WebSocket message event data](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/message_event). | `reloadBrowser` |
| wait.min | number | Minimum waiting time for reload browser after detecting file changes. Pleasse see [About wait time](https://github.com/yoshinorin/hexo-browser-reloader-websocket#about-wait-time). | `150` |
| wait.autoCalc.enable | boolean | Calculate the waiting time for the reload browser after detecting file changes based on the number of routes (Post, Page, Assets, Tags, Categories...etc). Pleasse see [About wait time](https://github.com/yoshinorin/hexo-browser-reloader-websocket#about-waitautocalc-formula). | `true` |
| logger.debug | boolean | Logs verbose messages to the terminal. Pleasse see [example](https://github.com/yoshinorin/hexo-browser-reloader-websocket#log -example). | `false` |
| logger.silent | boolean | Silences output to the terminal. Pleasse see [example](https://github.com/yoshinorin/hexo-browser-reloader-websocket#log -example). | `false` |
| logger.debug | boolean | Logs verbose messages to the terminal. Pleasse see [example](https://github.com/yoshinorin/hexo-browser-reloader-websocket#log-example). | `false` |
| logger.silent | boolean | Silences output to the terminal. Pleasse see [example](https://github.com/yoshinorin/hexo-browser-reloader-websocket#log-example). | `false` |

### About wait time

Expand Down

0 comments on commit 927f5fe

Please sign in to comment.