From c150fa80b2fcaa5cca9159365f13e6ac7d60b36c Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Mon, 25 Dec 2023 20:52:02 +0100 Subject: [PATCH] update readme --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a9d0f2f..d95a5c7 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,10 @@ asciinema-automation .. image:: https://badge.fury.io/py/asciinema-automation.svg :target: https://badge.fury.io/py/asciinema-automation -.. image:: https://img.shields.io/badge/code%20style-black-000000.svg - :target: https://github.com/psf/black - -Asciinema-Automation is a Python package which provides a small CLI utility to automate `asciinema `_ recordings. The only dependencies are asciinema and `Pexpect `_. +.. image:: https://github.com/PierreMarchand20/asciinema_automation/actions/workflows/CI.yml/badge.svg + :target: https://github.com/PierreMarchand20/asciinema_automation/actions/workflows/CI.yml + +asciinema-automation is a Python package which provides a small CLI utility to automate `asciinema `_ recordings. The only dependencies are asciinema and `Pexpect `_. Example -------