From 7286cd50a139faef33da5eb50ad76b605e5886aa Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2013 22:08:44 -0800 Subject: Mostly, fix broken links. --- _posts/2011-02-20-psgichrome.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_posts/2011-02-20-psgichrome.md') diff --git a/_posts/2011-02-20-psgichrome.md b/_posts/2011-02-20-psgichrome.md index bf8338a..708839a 100644 --- a/_posts/2011-02-20-psgichrome.md +++ b/_posts/2011-02-20-psgichrome.md @@ -44,7 +44,7 @@ my $app = sub { }); return [ 200, [ 'Content-Type' => 'text/html' ], [$content] ]; }; - + builder { enable "ConsoleLogger"; $app; @@ -57,7 +57,7 @@ point your browser to http://localhost:5000, activate the javascript console. If this works correctly, you should have a smiliar output in your console: - + ## Dancer @@ -68,7 +68,7 @@ First, you need to install [Dancer::Logger::PSGI](http://search.cpan.org/perldoc {% highlight yaml %} logger: "PSGI" plack_middlewares: - - + - - ConsoleLogger {% endhighlight %} -- cgit v1.2.3