Skip to content

Commit 227826c

Browse files
committed
docs: update readme
1 parent d8770c5 commit 227826c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
![logo](docs/images/logo.jpg)
44

5-
[![Crates.io][crates-badge]][crates-url]
5+
A library and CLI tool that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`.
6+
This is written in Rust and powered by [Tokio](https://github.com/tokio-rs/tokio).
7+
This project is inspired by [node-tree-kill](https://github.com/pkrumins/node-tree-kill). Thank you. 🤟
8+
69
[![Build Status][actions-badge]][actions-url]
10+
[![Crates.io][crates-badge]][crates-url]
711

812
[actions-badge]: https://github.com/oneofthezombies/kill-tree/workflows/CI/badge.svg
913
[actions-url]: https://github.com/oneofthezombies/kill-tree/actions?query=workflow?CI+branch=main
1014
[crates-badge]: https://img.shields.io/crates/v/kill-tree.svg
1115
[crates-url]: https://crates.io/crates/kill-tree
1216

13-
A library and CLI tool that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`.
14-
This is written in Rust and powered by [Tokio](https://github.com/tokio-rs/tokio).
15-
This project is inspired by [node-tree-kill](https://github.com/pkrumins/node-tree-kill). Thank you. 🤟
16-
1717
## Why Did I Make
1818

1919
This is my first Rust crate and CLI tool. it means that I started because it was a suitable project to development with Rust.

0 commit comments

Comments
 (0)