This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 53580b0  Update README.md:
53580b0 is described below

commit 53580b0501c39540d230dd8b18bcd9e856cd8f60
Author: Shane Dell <[email protected]>
AuthorDate: Fri Jan 14 20:00:03 2022 -0500

    Update README.md:
    
    - Add badges for github CI actions
    - Update image for daffodil logo
---
 README.md           |  11 ++++++++++-
 images/daffodil.jpg | Bin 21450 -> 0 bytes
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0958980..13eb18c 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,19 @@
   limitations under the License.
 -->
 
-![Daffodil Debug](images/daffodil.jpg)
+
+<div align="center">
+
+<img 
src="https://daffodil.apache.org/assets/themes/apache/img/apache-daffodil-logo.svg";
 height="85" alt="Apache Daffodil"/>
 
 # Apache Daffodil VS Code Extension
 
+[![Unit 
Tests](https://github.com/apache/daffodil-vscode/workflows/Unit%20Tests/badge.svg)](https://github.com/apache/daffodil-vscode/actions/workflows/tests.yml)
+[![Code 
Formatting](https://github.com/apache/daffodil-vscode/workflows/Code%20Formatting/badge.svg)](https://github.com/apache/daffodil-vscode/actions/workflows/formatting.yml)
+[![Rat 
Check](https://github.com/apache/daffodil-vscode/workflows/Rat%20Check/badge.svg)](https://github.com/apache/daffodil-vscode/actions/workflows/rat-check.yml)
+
+</div>
+
 This is a VS Code extension which enables the interactive debugging of DFDL 
schema parsing using [Apache Daffodil](https://daffodil.apache.org/).
 
 ## Build Requirements
diff --git a/images/daffodil.jpg b/images/daffodil.jpg
deleted file mode 100644
index 3987649..0000000
Binary files a/images/daffodil.jpg and /dev/null differ

Reply via email to