Making the default serializer be specified by content-type, not module.
[catagits/Catalyst-Action-REST.git] / README
diff --git a/README b/README
index 8da598b..172ac8e 100644 (file)
--- a/README
+++ b/README
@@ -140,9 +140,10 @@ AVAILABLE SERIALIZERS
     made. You can ensure that something is always returned by setting the
     "default" config option:
 
-       __PACKAGE__->config->{'serialize'}->{'default'} = 'YAML';
+       __PACKAGE__->config->{'serialize'}->{'default'} = 'text/x-yaml';
 
-    Would make it always fall back to YAML.
+    Would make it always fall back to the serializer plugin defined for
+    text/x-yaml.
 
     Implementing new Serialization formats is easy! Contributions are most
     welcome! See Catalyst::Action::Serialize and