re-worked C::H::M::DBIC::SchemaInlineLoader code into a better C::H::M::DBIC::SchemaL...
[catagits/Catalyst-Model-DBIC-Schema.git] / README
diff --git a/README b/README
index 95acb64..27dbf98 100644 (file)
--- a/README
+++ b/README
@@ -48,10 +48,14 @@ SYNOPSIS
         $newconn->connection(...);
 
 DESCRIPTION
+    NOTE: This is the first public release, there's probably a higher than
+    average chance of random bugs and shortcomings: you've been warned.
+
     This is a Catalyst Model for DBIx::Class::Schema-based Models. See the
     documentation for Catalyst::Helper::Model::DBIC::Schema and
-    Catalyst::Helper::Model::DBIC::SchemaInlineLoader for information on
-    generating these Models via Helper scripts.
+    Catalyst::Helper::Model::DBIC::SchemaLoader for information on
+    generating these Models via Helper scripts. The latter of the two will
+    also generated a DBIx::Class::Schema::Loader-based Schema class for you.
 
 CONFIG PARAMETERS
     schema_class
@@ -120,7 +124,7 @@ SEE ALSO
 
     DBIx::Class, DBIx::Class::Schema, DBIx::Class::Schema::Loader,
     Catalyst::Helper::Model::DBIC::Schema,
-    Catalyst::Helper::Model::DBIC::SchemaInlineLoader
+    Catalyst::Helper::Model::DBIC::SchemaLoader
 
 AUTHOR
     Brandon L Black, "blblack@gmail.com"