diff --git a/README.md b/README.md index 8c74c21..866c131 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To install the plugin, follow these instructions. 2. Then tell Composer to load the plugin: - composer require danieltott/sidebar-admin-links + composer require danieltott/craft-sidebar-admin-links 3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Sidebar Admin Links. diff --git a/composer.json b/composer.json index 2efd582..87ee4a0 100755 --- a/composer.json +++ b/composer.json @@ -1,41 +1,41 @@ { - "name": "danieltott/sidebar-admin-links", - "description": "Add links from Settings directly to the sidebar for admin users", - "type": "craft-plugin", - "version": "1.0.0", - "keywords": [ - "craft", - "cms", - "craftcms", - "craft-plugin", - "sidebar admin links" - ], - "support": { - "docs": "https://github.com/danieltott/sidebar-admin-links/blob/master/README.md", - "issues": "https://github.com/danieltott/sidebar-admin-links/issues" - }, - "license": "MIT", - "authors": [ - { - "name": "Dan Ott", - "homepage": "https://dtott.com" - } - ], - "require": { - "craftcms/cms": "^3.0.0" - }, - "autoload": { - "psr-4": { - "danieltott\\sidebaradminlinks\\": "src/" - } - }, - "extra": { - "name": "Sidebar Admin Links", - "handle": "sidebar-admin-links", - "developer": "Dan Ott", - "developerUrl": "https://dtott.com", - "documentationUrl": "https://github.com/danieltott/sidebar-admin-links/blob/master/README.md", - "changelogUrl": "https://raw.githubusercontent.com/danieltott/sidebar-admin-links/master/CHANGELOG.md", - "class": "danieltott\\sidebaradminlinks\\SidebarAdminLinks" + "name": "danieltott/craft-sidebar-admin-links", + "description": "Add links from Settings directly to the sidebar for admin users", + "type": "craft-plugin", + "version": "1.0.0", + "keywords": [ + "craft", + "cms", + "craftcms", + "craft-plugin", + "sidebar admin links" + ], + "support": { + "docs": "https://github.com/danieltott/craft-sidebar-admin-links/blob/master/README.md", + "issues": "https://github.com/danieltott/craft-sidebar-admin-links/issues" + }, + "license": "MIT", + "authors": [ + { + "name": "Dan Ott", + "homepage": "https://dtott.com" } + ], + "require": { + "craftcms/cms": "^3.0.0" + }, + "autoload": { + "psr-4": { + "danieltott\\sidebaradminlinks\\": "src/" + } + }, + "extra": { + "name": "Sidebar Admin Links", + "handle": "sidebar-admin-links", + "developer": "Dan Ott", + "developerUrl": "https://dtott.com", + "documentationUrl": "https://github.com/danieltott/craft-sidebar-admin-links/blob/master/README.md", + "changelogUrl": "https://raw.githubusercontent.com/danieltott/craft-sidebar-admin-links/master/CHANGELOG.md", + "class": "danieltott\\sidebaradminlinks\\SidebarAdminLinks" + } }