diff --git a/README.md b/README.md index bdadf4d..904e1fc 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,7 @@ Gist Manager is a [Brackets](https://github.com/adobe/brackets) and [Adobe Edge Simply specify the GitHub username you want to search and all the related gists will be shown in the list. +To show Gist Manager open it clicking on **View > Show Gist Manager**. + ![preview](/readmefiles/preview.jpg) diff --git a/package.json b/package.json index 99c1ec1..e17bdf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fezvrasta.gist-manager", "title": "Gist Manager", - "description": "Create and view Github Gists within Brackets.", + "description": "Create and view Github Gists within Brackets. (View > Show Gists Manager)", "keywords": ["gist", "GitHub", "snippets"], "homepage": "https://github.com/FezVrasta/gist-manager", "version": "0.0.3",