fixed silly config typo
Kieren Diment [Tue, 29 Aug 2006 11:47:43 +0000 (11:47 +0000)]
lib/Catalyst/Manual/Intro.pod

index 632e1c3..5aff621 100644 (file)
@@ -632,8 +632,8 @@ information.
 =item * L<Catalyst::Config>
 
     $c->config
-    $c->config->root;
-    $c->config->name;
+    $c->config->{root};
+    $c->config->{name};
 
 =item * L<Catalyst::Log>