Skip to content

Commit

Permalink
Update README with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Jan 14, 2024
1 parent 5c1e7e0 commit 64fee40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
[![Build Status](https://www.travis-ci.com/pulyaevskiy/quill-delta-dart.svg?branch=master)](https://www.travis-ci.com/pulyaevskiy/quill-delta-dart) [![codecov](https://codecov.io/gh/pulyaevskiy/quill-delta-dart/branch/master/graph/badge.svg)](https://codecov.io/gh/pulyaevskiy/quill-delta-dart) [![Pub](https://img.shields.io/pub/v/quill_delta.svg)](https://pub.dev/packages/quill_delta)
[![build](https://github.com/fleather-editor/parchment-delta/actions/workflows/build.yml/badge.svg)](https://github.com/fleather-editor/parchment-delta/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/fleather-editor/parchment-delta/graph/badge.svg?token=9JDVTZL4VA)](https://codecov.io/gh/fleather-editor/parchment-delta)

Implementation of Quill editor Delta format in Dart. Refer to official
[documentation][] for more details.
Expand Down Expand Up @@ -41,4 +41,4 @@ void main() {

Please file feature requests and bugs at the [issue tracker][tracker].

[tracker]: https://github.com/pulyaevskiy/quill-delta-dart/issues
[tracker]: https://github.com/fleather-editor/parchment-delta/issues

0 comments on commit 64fee40

Please sign in to comment.