fix docs typo
[dbsrgits/DBIx-Class.git] / 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.