From 4cbf3dc5f466d56a6ab2a2fbf8ff2e9c97198df0 Mon Sep 17 00:00:00 2001 From: Nadar Date: Tue, 5 Dec 2023 09:30:50 +0000 Subject: [PATCH] Fix PHPUnit command in workflow --- .github/workflows/phpunit.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a871074..ac96892 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -29,7 +29,7 @@ jobs: run: composer clearcache && composer install --prefer-dist - name: Run tests - run: ./vendor/bin/phpunit tests --verbose --coverage-clover=clover.xml + run: ./vendor/bin/phpunit tests --coverage-clover=clover.xml - name: Code coverage run: | diff --git a/README.md b/README.md index 55537b0..ff24040 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Prosemirror JSON Parser +# ProseMirror JSON Parser The **prosemirror-json-parser** is a versatile library designed to parse ProseMirror/TipTap JSON content into HTML, featuring custom elements and high extendibility.