From 58a3e450142d492b1f5013db65457f20de025cbf Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Tue, 9 Jan 2024 12:07:35 +0800 Subject: [PATCH] Update action badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb676c..4655990 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Delta [![Build Status](https://github.com/quilljs/delta/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/quilljs/delta/actions?query=branch%3Amaster) [![Coverage Status](https://img.shields.io/coveralls/quilljs/delta.svg)](https://coveralls.io/r/quilljs/delta) +# Delta [![Build Status](https://github.com/quilljs/delta/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/quilljs/delta/actions?query=branch%3Amain) [![Coverage Status](https://img.shields.io/coveralls/quilljs/delta.svg)](https://coveralls.io/r/quilljs/delta) Deltas are a simple, yet expressive format that can be used to describe contents and changes. The format is JSON based, and is human readable, yet easily parsible by machines. Deltas can describe any rich text document, includes all text and formatting information, without the ambiguity and complexity of HTML.