summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-05-17 22:06:06 +0900
committerGitHub <noreply@github.com>2025-05-17 22:06:06 +0900
commit4e3f9854e67f70f17eba8fd6c480cbe9ca1a6cee (patch)
tree7f7ac557b98cf745ee79204eda388d301f714ff5 /README.md
parentb27943423e1cde31a7f27c7b031d7fa108cf9c14 (diff)
downloadfzf-4e3f9854e67f70f17eba8fd6c480cbe9ca1a6cee.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 48d763d6..b1497637 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,14 @@
---
-<div align="center" markdown="1">
+<div align="center">
<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-color.png" alt="fzf - a command-line fuzzy finder">
- <a href="https://github.com/junegunn/fzf/actions">
- <img src="https://github.com/junegunn/fzf/actions/workflows/linux.yml/badge.svg?branch=master" alt="Build Status">
- </a>
- <img src="https://img.shields.io/github/license/junegunn/fzf" alt="License">
- <img src="https://img.shields.io/github/created-at/junegunn/fzf" alt="Created-at">
- <img src="https://img.shields.io/github/contributors/junegunn/fzf" alt="Contributors">
- <img src="https://img.shields.io/github/stars/junegunn/fzf" alt="Stars">
+ <a href="https://github.com/junegunn/fzf/actions"><img src="https://github.com/junegunn/fzf/actions/workflows/linux.yml/badge.svg?branch=master" alt="Build Status"></a>
+ <a href="http://github.com/junegunn/fzf/releases"><img src="https://img.shields.io/github/v/tag/junegunn/fzf" alt="Version"></a>
+ <a href="https://github.com/junegunn/fzf?tab=MIT-1-ov-file#readme"><img src="https://img.shields.io/github/license/junegunn/fzf" alt="License"></a>
+ <a href="https://github.com/junegunn/fzf/graphs/contributors"><img src="https://img.shields.io/github/contributors/junegunn/fzf" alt="Contributors"></a>
+ <a href="https://github.com/sponsors/junegunn"><img src="https://img.shields.io/github/sponsors/junegunn" alt="Sponsors"></a>
+ <a href="https://github.com/junegunn/fzf/stargazers"><img src="https://img.shields.io/github/stars/junegunn/fzf?style=flat" alt="Stars"></a>
</div>
---