diff options
author | NareshBiradar1 <nareshdb555@gmail.com> | 2024-08-11 19:55:01 +0530 |
---|---|---|
committer | NareshBiradar1 <nareshdb555@gmail.com> | 2024-08-11 19:55:01 +0530 |
commit | 9a04df5d97b98b2030c55f707abf5741f4023c7b (patch) | |
tree | dcdbe804f704a86a420f45d4d4bfcf244496a50d | |
parent | db23931e7c1727ddac8691a6241c97b2203ec6fc (diff) | |
download | afl++-9a04df5d97b98b2030c55f707abf5741f4023c7b.tar.gz |
Corrected the 'heigh' attribute to 'height' in the HTML image tag for the AFL++ logo to ensure proper display.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 015b6829..94f02b75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # American Fuzzy Lop plus plus (AFL++) -<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> +<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/main/static/aflpp_bg.svg" alt="AFL++ logo" width="250" height="250"> Release version: [4.21c](https://github.com/AFLplusplus/AFLplusplus/releases) |