From 23ca06a336f7b95a80c2ee8c39bc67c50aff6583 Mon Sep 17 00:00:00 2001 From: River M <97197236+River-Mochi@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:59:05 -0800 Subject: [PATCH] add Badges (#23) * Update README.md syntax error in instructions. this command as written will not work because if flag --chip is used it needs to be --chip=bl70x with the "=" does not work: blisp write --chip bl70x --reset name_of_firmware.bin or if "=" is not desired then "-c bl70x" could be used instead. -c, --chip= Chip Type * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: River <97197236+River-b@users.noreply.github.com> Co-authored-by: Marek Kraus --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8190338..9c66951 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![Custom badge](https://img.shields.io/endpoint?style=social&url=https%3A%2F%2Fhits.dwyl.com%2Fpine64%2Fblisp.json) -![GitHub all releases](https://img.shields.io/github/downloads/pine64/blisp/total?style=social) -![GitHub release (latest by date)](https://img.shields.io/github/v/release/pine64/blisp?style=flat) +![GitHub all releases](https://img.shields.io/github/downloads/pine64/blisp/total?logoColor=gray&style=social) +![Discord](https://img.shields.io/discord/463237927984693259?logo=discord&logoColor=gray&style=social) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/pine64/blisp?logoColor=gray&style=social) # Bouffalo Labs ISP tool & library