Skip to content

Commit

Permalink
Update Documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
45i authored Jul 8, 2021
1 parent c7ef806 commit 6fb0552
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,27 @@ For more information on Hunt, visit https://www.wikihow.com/Hunt

# Query Generators
- ## Google
Prefix:- - "**gs:** "
- "Who is "
Prefix:
- "**gs:** "
- "Who is "
### Example Input
- gs: Who is Dwayne Johnson?
- Who is Dwayne Johnson?
### Example Output
- visit: https://www.google.com/search?q=who%20is%20dwayne%20johnson
- visit: https://www.google.com/search?q=who%20is%20dwayne%20johnson
- ## Bing
Prefix:-
Prefix:
- "**bg:** "
### Example Input
bg: Who is Dwayne Johnson?
### Example Output
- visit: https://www.bing.com/search?q=who+is+dwayne+johnson
- ## Pypi.org
Prefix:
- "**pip:** "
### Example Input
pip: rickroll
### Example Output
- visit: https://pypi.org/search/?q=rickroll

0 comments on commit 6fb0552

Please sign in to comment.