Browse Source

Minor README correction

robertmryan 12 years ago
parent
commit
88cd1c3976
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.markdown

+ 2 - 2
README.markdown

@@ -79,8 +79,8 @@ You must always invoke `-[FMResultSet next]` before attempting to access the val
 - `dateForColumn:`
 - `dataForColumn:`
 - `dataNoCopyForColumn:`
-- `UTF8StringForColumnIndex:`
-- `objectForColumn:`
+- `UTF8StringForColumnName:`
+- `objectForColumnName:`
 
 Each of these methods also has a `{type}ForColumnIndex:` variant that is used to retrieve the data based on the position of the column in the results, as opposed to the column's name.