diff --git a/README.md b/README.md index 80cb119..60d0c81 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ export default class Main extends React.Component<{}, { selectedItem: {} }> { | **items**
**required* | `array` | Array of list items | `"[{Id, Name, Value, [key: string]: any}]"` | | **renderSelectView** | `Element` | Render Select Component | `` | | **renderListItem** | `Element` | Render List item | `` | -| **alphabeticalIndexChars** | `array` | Chracters array for the alphabetical index | `` | +| **alphabeticalIndexChars** | `array` | Characters array for the alphabetical index | `` | | **searchInputTextColor** | `string` | Search input placeholder text color | `"#252525"` | | **keyExtractor** | `Function` | Flatlist defined {key} function | `` | | **autoGenerateAlphabeticalIndex** | `boolean` | Auto-generates alphabetical index from list items data | `"false"` |