From e7fa3f39f8596c2c7753f06afb2b293bc65f7b01 Mon Sep 17 00:00:00 2001 From: Shivam Swanrkar Date: Fri, 11 Jun 2021 22:14:57 +0530 Subject: [PATCH] fix logo link for pypi readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46cabd5..abf21fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Vidsz: Video's Wizard +# Vidsz: Video's Wizard + ![CI-Test-Status](https://github.com/BlueMirrors/vidsz/actions/workflows/ci_tests.yml/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/bluemirrors/vidsz/badge?s=8752aa2850f09145fc469fd9a07eafb5144d56fc)](https://www.codefactor.io/repository/github/bluemirrors/vidsz) ![status](https://img.shields.io/pypi/status/ansicolortags.svg) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Documentation Status](https://readthedocs.org/projects/vidsz/badge/?version=latest)](https://vidsz.readthedocs.io/en/latest/?badge=latest) Common Wrapper/Interface around various video reading/writing tools to make video reading stable, consistent and super easy around different systems and OS. @@ -75,7 +76,7 @@ print(writer) frame = reader.read() writer.write(frame) -# write list of frames +# write list of frames # or directly write everything from reader object writer.write_all(reader)