diff --git a/index.md b/index.md index f61e497..b911337 100644 --- a/index.md +++ b/index.md @@ -27,7 +27,7 @@ require 'vendor/autoload.php'; $project = new Task\Project('wow'); $project->inject(function ($container) { - $conatiner['phpspec'] = new Plugin\PhpSpecPlugin; + $container['phpspec'] = new Plugin\PhpSpecPlugin; $container['fs'] = new Plugin\FilesystemPlugin; $container['sass'] = (new Plugin\Sass\ScssPlugin) ->setPrefix('sass');