Browse Source

Merge pull request #1249 from Linerly/english-infopage

Capitalize website names in search-syntax.md, in the English infopage
Markus Heiser 2 years ago
parent
commit
e93385e6de
1 changed files with 6 additions and 6 deletions
  1. 6 6
      searx/infopage/en/search-syntax.md

+ 6 - 6
searx/infopage/en/search-syntax.md

@@ -8,7 +8,7 @@ the list of engines, categories and languages.
 
 
 To set category and/or engine names use a `!` prefix.  To give a few examples:
 To set category and/or engine names use a `!` prefix.  To give a few examples:
 
 
-- search in wikipedia for **paris**
+- search in Wikipedia for **paris**
 
 
   - {{search('!wp paris')}}
   - {{search('!wp paris')}}
   - {{search('!wikipedia paris')}}
   - {{search('!wikipedia paris')}}
@@ -23,29 +23,29 @@ To set category and/or engine names use a `!` prefix.  To give a few examples:
 
 
 Abbreviations of the engines and languages are also accepted.  Engine/category
 Abbreviations of the engines and languages are also accepted.  Engine/category
 modifiers are chain able and inclusive.  E.g. with {{search('!map !ddg !wp
 modifiers are chain able and inclusive.  E.g. with {{search('!map !ddg !wp
-paris')}} search in map category and duckduckgo and wikipedia for **paris**.
+paris')}} search in map category and DuckDuckGo and Wikipedia for **paris**.
 
 
 ## `:` select language
 ## `:` select language
 
 
 To select language filter use a `:` prefix.  To give an example:
 To select language filter use a `:` prefix.  To give an example:
 
 
-- search wikipedia by a custom language
+- search Wikipedia by a custom language
 
 
   - {{search(':fr !wp Wau Holland')}}
   - {{search(':fr !wp Wau Holland')}}
 
 
 ## `!!` external bangs
 ## `!!` external bangs
 
 
-SearXNG supports the external bangs from [ddg].  To directly jump to a external
+SearXNG supports the external bangs from [DuckDuckGo].  To directly jump to a external
 search page use the `!!` prefix.  To give an example:
 search page use the `!!` prefix.  To give an example:
 
 
-- search wikipedia by a custom language
+- search Wikipedia by a custom language
 
 
   - {{search('!!wfr Wau Holland')}}
   - {{search('!!wfr Wau Holland')}}
 
 
 Please note, your search will be performed directly in the external search
 Please note, your search will be performed directly in the external search
 engine, SearXNG cannot protect your privacy on this.
 engine, SearXNG cannot protect your privacy on this.
 
 
-[ddg]: https://duckduckgo.com/bang
+[DuckDuckGo]: https://duckduckgo.com/bang
 
 
 ## Special Queries
 ## Special Queries