From 7531190e7d7427d5259149b5cdd0d04379ef94c3 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Mon, 18 Apr 2016 16:39:50 +0200 Subject: [PATCH] Update README.md Added icon and Coverity badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 290e2cb..a64368e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ UEFITool is a viewer and editor of firmware images conforming to UEFI Platform Interface (PI) Specifications. +![UEFITool icon](https://raw.githubusercontent.com/LongSoft/UEFITool/master/uefitool.ico "UEFITool icon") +![Coverity badge](https://scan.coverity.com/projects/1812/badge.svg?flat=1 "Coverity badge") + + ## Very Brief Introduction to UEFI Unified Extensible Firmware Interface or UEFI is a post-BIOS firmware specification originally written by Intel for Itanium architecture and than adapted for X86 systems.