Skip to content

Commit df5b9a3

Browse files
committed
Remove unstable badge
1 parent 5ece3b0 commit df5b9a3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Symfony EditorJS Bundle
22

33
[![Latest Version][ico-version]][link-packagist]
4-
[![Latest Unstable Version][ico-unstable-version]][link-packagist]
54
[![Software License][ico-license]](LICENSE)
65
[![Build Status][ico-github-actions]][link-github-actions]
76
[![Code Coverage][ico-code-coverage]][link-code-coverage]
@@ -58,13 +57,12 @@ The template for the `ListBlock` looks like this for example:
5857
Just as other Twig templates you can easily [override](https://symfony.com/doc/6.3/bundles/override.html#templates) these templates.
5958

6059
[ico-version]: https://poser.pugx.org/setono/editorjs-bundle/v/stable
61-
[ico-unstable-version]: https://poser.pugx.org/setono/editorjs-bundle/v/unstable
6260
[ico-license]: https://poser.pugx.org/setono/editorjs-bundle/license
63-
[ico-github-actions]: https://github.com/Setono/EditorJSBundle/workflows/build/badge.svg
64-
[ico-code-coverage]: https://codecov.io/gh/Setono/EditorJSBundle/branch/1.x/graph/badge.svg
65-
[ico-infection]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSetono%2FEditorJSBundle%2F1.x
61+
[ico-github-actions]: https://github.com/Setono/editorjs-bundle/workflows/build/badge.svg
62+
[ico-code-coverage]: https://codecov.io/gh/Setono/editorjs-bundle/graph/badge.svg
63+
[ico-infection]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSetono%2Feditorjs-bundle%2F1.x
6664

6765
[link-packagist]: https://packagist.org/packages/setono/editorjs-bundle
68-
[link-github-actions]: https://github.com/Setono/EditorJSBundle/actions
69-
[link-code-coverage]: https://codecov.io/gh/Setono/EditorJSBundle
70-
[link-infection]: https://dashboard.stryker-mutator.io/reports/github.com/Setono/EditorJSBundle/1.x
66+
[link-github-actions]: https://github.com/Setono/editorjs-bundle/actions
67+
[link-code-coverage]: https://codecov.io/gh/Setono/editorjs-bundle
68+
[link-infection]: https://dashboard.stryker-mutator.io/reports/github.com/Setono/editorjs-bundle/1.x

0 commit comments

Comments
 (0)