Skip to content

Commit

Permalink
Drop the atom- prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hurrymaplelad committed Sep 1, 2015
1 parent 694a655 commit daaf8fe
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 @@ -6,12 +6,12 @@ Useful if you're conditioned to look for a different name, like `Package Control
## Getting Started

```sh
> apm install atom-alias-command
> apm install alias-command
```

From you init.coffee (You can open this via `Application: Open Your Init Script`):
```coffee
aliasCommand = atom.packages.getLoadedPackage('atom-alias-command').requireMainModule()
aliasCommand = atom.packages.getLoadedPackage('alias-command').requireMainModule()

aliasCommand 'tree-view:move',
orig: 'tree-view:rename'
Expand Down

0 comments on commit daaf8fe

Please sign in to comment.