s/CDA/CAG/ because I'm a damn idiot.
[dbsrgits/DBIx-Class-UUIDColumns.git] / README
diff --git a/README b/README
index e6b6ecd..78d6697 100644 (file)
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ METHODS
     Inserts a new uuid string into each column in "uuid_columns".
 
   uuid_columns
-    Takes a list of columns to be filled with uuids during insert.
+    Gets/sets the list of columns to be filled with uuids during insert.
 
       __PACKAGE__->uuid_columns('artist_id');
 
@@ -56,9 +56,9 @@ METHODS
       __PACKAGE__->uuid_class('::Data::UUID');
       # loads DBIx::Class::UUIDMaker::Data::UUID;
 
-    Note that "uuid_class" chacks to see that the specified class isa
-    DBIx::Class::UUIDColumns::UUIDMaker subbclass and throws and exception
-    if it isn't.
+    Note that "uuid_class" checks to see that the specified class isa
+    DBIx::Class::UUIDColumns::UUIDMaker subclass and throws and exception if
+    it isn't.
 
   uuid_maker
     Returns the current UUIDMaker instance for the given module.