Skip to content

Commit 0e92f16

Browse files
docs: update readme
1 parent ed43840 commit 0e92f16

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
@@ -30,7 +30,7 @@ ___
3030

3131
### Setup
3232

33-
No especific setup required: only install the dependency and use :)
33+
Configure dependency phone_number. More details [here](https://pub.dev/packages/phone_number#setup)
3434

3535
### Basic use
3636

@@ -43,7 +43,7 @@ FormBuilderPhoneField(
4343
),
4444
priorityListByIsoCode: ['KE'],
4545
validator: FormBuilderValidators.compose([
46-
FormBuilderValidators.required(context),
46+
FormBuilderValidators.required(),
4747
]),
4848
),
4949
```

0 commit comments

Comments
 (0)