diff options
author | van Hauser <vh@thc.org> | 2024-08-11 16:59:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-11 16:59:39 +0200 |
commit | 1910b0ad42c30dd1e522befa629f4c0460aeee7b (patch) | |
tree | f8ff6c0c6974740160723471dcc503672a20bedc | |
parent | 4f03f380ea01f3f7190b5c12ae05a388ce9f9804 (diff) | |
parent | 9a04df5d97b98b2030c55f707abf5741f4023c7b (diff) | |
download | afl++-1910b0ad42c30dd1e522befa629f4c0460aeee7b.tar.gz |
Merge pull request #2183 from NareshBiradar1/fix/image-tag-typo
#2182 - Fix Typo in Image Tag `heigh` Attribute in `README.md`
-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) |