README.md in ntq_excelsior-1.3.0 vs README.md in ntq_excelsior-1.4.0

- old
+ new

@@ -75,10 +75,10 @@ list: ['M', 'Ms', 'Autres'] }, { title: 'Active', resolve: -> (record) { record.active ? 'Oui' : 'Non' } - # See axlsx example [here](https://github.com/caxlsx/caxlsx/blob/master/examples/list_validation_example.md) for more options + # See axlsx example at https://github.com/caxlsx/caxlsx/blob/master/examples/list_validation_example.md for more options list: { options: ['Oui', 'Non'], show_error_message: true, error_title: 'Active', # Optional error: 'Authorized value: Oui non',