Skip to content

Commit

Permalink
Extend plugin descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Oct 5, 2023
1 parent 3e49d45 commit 26ea3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opi/plugins/dotnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class MSDotnet(BasePlugin):
main_query = 'dotnet'
description = 'Microsoft .NET'
description = 'Microsoft .NET framework'
queries = ['dotnet-sdk', 'dotnet']

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion opi/plugins/ms_edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class MSEdge(BasePlugin):
main_query = 'msedge'
description = 'Microsoft Edge'
description = 'Microsoft Edge web browser'
queries = ['microsoft-edge', 'msedge', 'edge']

@classmethod
Expand Down

0 comments on commit 26ea3ef

Please sign in to comment.