Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhewei committed Dec 8, 2014
1 parent 3e55aee commit e68c970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run any customized application from command palette. Just Ctrl/Command+Shift+P,

* Install [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
* Select "Package Control: Install Package" from the Command Palette (`super/ctrl+shift+p`)
* Find "Run App" and select
* Find "Run Apps" and select

**Git clone**
* Enter directory through "Browse Packages..." in Sublime Text "Preferences"
Expand All @@ -26,7 +26,7 @@ Firstly, add applications through: "Tools" -> "Run Apps" -> "Add Application".
Each application follows:
```
{
"caption": "Run: Git", // cannot be changed
"caption": "Run: Git", // Run: <App-name>, shown in command pallete
"command": "runapp", // cannot be changed
"args":{
// application full path on Win/Linux, or only name on MAC
Expand Down

0 comments on commit e68c970

Please sign in to comment.