(no commit message)
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Manual / Tutorial.pod
index db478f3..0e44645 100644 (file)
@@ -360,7 +360,7 @@ template will output "tutorial", our project name.
 All that remains is to create a simple template called "greet.tt",
 containing a form with a text field called "name" like below.
 
-    <html><head><title> [% c.name %]</head><body>
+    <html><head><title> [% c.config.name %]</head><body>
     <p>[% message %]</p>
     <form action="[% c.req.uri %]" method="post">
     <input type="text" name="name"/>