Skip to content

Commit 9a595c6

Browse files
committed
Update headline
1 parent b300535 commit 9a595c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sap"
33
version = "0.0.5"
44
edition = "2024"
55
rust-version = "1.85"
6-
description = "Small Argument Parser"
6+
description = "A small, simple and sweet argument parser for Rust"
77
license = "Apache-2.0"
88
authors = ["Matilde Morrone <[email protected]>"]
99
repository = "https://github.com/morr0ne/sap"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌿 Sap
22

3-
_A small, sweet argument parser for Rust_
3+
_A small, simple and sweet argument parser for Rust_
44

55
[![Crates.io](https://img.shields.io/crates/v/sap.svg)](https://crates.io/crates/sap)
66
[![Documentation](https://docs.rs/sap/badge.svg)](https://docs.rs/sap)

0 commit comments

Comments
 (0)