fix docs typo
David Kamholz [Tue, 13 Dec 2005 11:22:49 +0000 (11:22 +0000)]
lib/DBIx/Class.pm

index 2cd870c..523c01a 100644 (file)
@@ -53,7 +53,7 @@ Some examples where different database connections are useful are:
 different users with different rights
 different databases with the same schema.
 
-=head1 Simple
+=head2 Simple
 
 First you need to create a base class which all other classes will inherit from.
 See L<DBIx::Class::DB> for information on how to do this.