fixed typo in AdvancedCRUD::FormFu
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Tutorial / 09_AdvancedCRUD / 09_FormFu.pod
index e7dfaa9..195e6f4 100644 (file)
@@ -63,9 +63,9 @@ and restore data to/from the database.
 See L<Catalyst::Manual::Tutorial::09_AdvancedCRUD> for additional form
 management options other than L<HTML::FormFu>.
 
-Source code for the tutorial in included in the F</root/Final> directory
-of the Tutorial Virtual machine (one subdirectory per chapter).  There
-are also instructions for downloading the code in
+Source code for the tutorial in included in the F</home/catalyst/Final>
+directory of the Tutorial Virtual machine (one subdirectory per
+chapter).  There are also instructions for downloading the code in
 L<Catalyst::Manual::Tutorial::01_Intro>.
 
 
@@ -92,7 +92,7 @@ Don't forget to add:
 
     requires 'HTML::FormFu';
     requires 'Catalyst::Controller::HTML::FormFu';
-    requires 'requires 'HTML::FormFu::Model::DBIC';';
+    requires 'HTML::FormFu::Model::DBIC';
 
 to your C<Makefile.PL>.