From 04c790d7949d8e23ffa9bd045de152aa2821cf28 Mon Sep 17 00:00:00 2001 From: Lauris Binde Date: Fri, 16 May 2014 13:23:10 +0300 Subject: [PATCH] Update index.md Fixed variable name. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');