Fix README
[catagits/Catalyst-View-Component-SubInclude.git] / README
diff --git a/README b/README
index 79bcf4c..0cfd4b7 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     views
 
 VERSION
-    Version 0.10
+    Version 0.11
 
 SYNOPSIS
       package MyApp::View::TT;
@@ -56,11 +56,25 @@ SUBINCLUDE PLUGINS
     the view's configuration options (either in the config file or in the
     view module itself).
 
-    Configuration file example:
-
-      <View::TT>
-          subinclude_plugin   ESI
-      </View::TT>
+        __PACKAGE__->config(
+            subinclude_plugin => 'ESI',
+            subinclude => {
+                'SubRequest' => {
+                    keep_stash => 1,
+                },
+                'HTTP::POST' => {
+                    class => 'HTTP',
+                    http_method => 'POST',
+                    ua_timeout => '10',
+                    uri_map => {
+                        '/foo/' => 'http://www.foo.com/',
+                    },
+                },
+            },
+        );
+
+    You can change each plugins' configuration through the keys in the
+    'subinclude' config key (example above)
 
   "set_subinclude_plugin( $plugin )"
     This method changes the current active subinclude plugin in runtime. It