fix docs typo
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index bbfdc17..523c01a 100644 (file)
@@ -8,7 +8,6 @@ use base qw/DBIx::Class::Componentised Class::Data::Inheritable/;
 
 $VERSION = '0.04001';
 
-
 1;
 
 =head1 NAME 
@@ -54,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.