diff --git a/Information-Widgets.md b/Information-Widgets.md index 5013ae8..153bcba 100644 --- a/Information-Widgets.md +++ b/Information-Widgets.md @@ -100,11 +100,11 @@ You can optionally not pass a `latitude` and `longitude` and the widget will use ## Search -You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing or any other custom provider that supports the basic `?q=` search query param. +You can add a search bar to your top widget area that can search using Google, Duckduckgo, Bing, Baidu or any other custom provider that supports the basic `?q=` search query param. ```yaml - search: - provider: google # google, duckduckgo, bing or custom + provider: google # google, duckduckgo, bing, baidu or custom focus: true # Optional, will set focus to the search bar on page load target: _blank # One of _self, _blank, _parent or _top ```