aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-26 20:51:26 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-26 20:51:26 +0200
commit5658bc19e6f8acf9353f5ef27884405bc9df2454 (patch)
tree41f86cf0bde9988b5f796145a682f96a17b21038 /README.md
parent9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7 (diff)
downloaddotfiles-5658bc19e6f8acf9353f5ef27884405bc9df2454.tar.gz
dotfiles-5658bc19e6f8acf9353f5ef27884405bc9df2454.zip
Fixed incorrect spelling for licenses
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
```