better count example
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 17 Jun 2010 16:54:35 +0000 (18:54 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 17 Jun 2010 16:54:35 +0000 (18:54 +0200)
README

diff --git a/README b/README
index a8f26d5..80f414b 100644 (file)
--- a/README
+++ b/README
@@ -50,7 +50,7 @@ array of values if you are creating new columns, even for single value.
 
 * generate new columns with number of elements in some other column
 
-  $row->{count} = [ $#{ $row->{original} } + 1 ];
+  $row->{author_count} = [ $#{ $row->{autor} } + 1 ];
 
 * generate century column from year