Skip to content

Commit 4fa77a5

Browse files
docs: update README
1 parent 26cdd52 commit 4fa77a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "devicons"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["Alexandre Pasmantier <[email protected]>"]
66
license = "Unlicense"
7-
description = "A Rust library to retrieve filetype glyphs (icons) for a wide range of common file formats."
7+
description = "A Rust library that provides filetype glyphs (icons) for a wide range of common file formats."
88
readme = "README.md"
99
homepage = "https://github.com/alexpasmantier/rust-devicons"
1010
repository = "https://github.com/alexpasmantier/rust-devicons"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🦀 `rust-devicons`
22

3-
A dead-simple and efficient Rust library inspired by [vim-devicons](https://github.com/ryanoasis/vim-devicons), providing functionality to retrieve filetype glyphs (icons) for a wide range of common file formats.
3+
A Rust library inspired by [vim-devicons](https://github.com/ryanoasis/vim-devicons), that provides filetype glyphs (icons) for a wide range of common file formats.
44

55
<img width="2197" alt="rust-devicons" src="https://github.com/user-attachments/assets/f2beb589-f97d-4afd-9262-483f59bc2ad8">
66

0 commit comments

Comments
 (0)