aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 788310d..93bae99 100644
--- a/README.md
+++ b/README.md
@@ -291,11 +291,11 @@ $ sudo setfacl -d -m g:android-sdk:rwX /opt/android-sdk
```bash
$ flutter config --android-sdk /opt/android-sdk
```
- - Accept all of licences by this command
+ - Accept all of licenses by this command
```
$ flutter doctor --android-licenses
```
- - If licences are still not accepted even after running `flutter doctor --android-licences` try these commands and then run `flutter doctor --android-licences again`
+ - If licenses are still not accepted even after running `flutter doctor --android-licenses` try these commands and then run `flutter doctor --android-licenses again`
```
$ sudo chown -R $(whoami) $ANDROID_SDK_ROOT
```