Skip to content

Commit 7f40092

Browse files
committed
README.md typo fix
1 parent 7f22be0 commit 7f40092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with support of validations and bulk inserts
88
[![Dependency Status](http://img.shields.io/gemnasium/Fivell/active_admin_import.svg)](https://gemnasium.com/Fivell/active_admin_import)
99
[![Coverage Status](https://coveralls.io/repos/Fivell/active_admin_import/badge.svg?branch=3.0.0)](https://coveralls.io/r/Fivell/active_admin_import?branch=3.0.0)
1010

11-
branch for AA 1.0.0 and Rails >= 4.1
11+
master can be used with AA 1.0.0 and Rails >= 4.1
1212

1313

1414
#Installation
@@ -219,7 +219,7 @@ Features of activerecord-import
219219
template: 'import' ,
220220
template_object: ActiveAdminImport::Model.new(
221221
hint: "specify CSV options"
222-
csv_options: {col_sep: ";", row_sep nil, :quote_char => nil}
222+
csv_options: {col_sep: ";", row_sep: nil, quote_char: nil}
223223
)
224224
end
225225
```

0 commit comments

Comments
 (0)