From b5cd282b6b3a159059177ba034dbbff9f5a30348 Mon Sep 17 00:00:00 2001 From: kelko Date: Wed, 28 Sep 2022 15:05:12 +0200 Subject: [PATCH] Add badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ec77c4c..26b7b13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ HTML Streaming Editor ======================= +![GitHub](https://img.shields.io/github/license/kelko/html-streaming-editor) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kelko/html-streaming-editor/Rust) +[![docs.rs](https://img.shields.io/docsrs/html-streaming-editor?style=flat-square])](https://docs.rs/html-streaming-editor/) +[![Crates.io](https://img.shields.io/crates/v/html-streaming-editor)](https://crates.io/crates/html-streaming-editor) + + Run (simple) manipulations on HTML files, like extracting parts. Use CSS selectors to define which parts of the HTML to operator on, use different commands in pipes to perform the desired operations.