From daaf8fed29f6a45970fbebd646d6cea090c68cc1 Mon Sep 17 00:00:00 2001 From: Adam Hull Date: Tue, 1 Sep 2015 01:00:22 -0700 Subject: [PATCH] Drop the atom- prefix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42ef9e1..d39c21b 100644 --- a/README.md +++ b/README.md @@ -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'