From f69a47066d7ebbdba397f3fa2e81a103aa7996c7 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 6 Sep 2013 14:15:11 +0200 Subject: [PATCH] Fix numbering in custom installers article --- doc/articles/custom-installers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index a130e4c7c..5e1df0eab 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -56,7 +56,7 @@ A basic Installer Plugin would thus compose of three files: 1. the package file: composer.json 2. The Plugin class, e.g.: `My\Project\Composer\Plugin.php`, containing a class that implements `Composer\Plugin\PluginInterface`. -2. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`. +3. The Installer class, e.g.: `My\Project\Composer\Installer.php`, containing a class that implements `Composer\Installer\InstallerInterface`. ### composer.json