From 0d96a9d011dad9144a4ef178db9a7933fbdb8094 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 27 Feb 2022 07:10:05 -0800 Subject: fix(meta): description --- Cargo.toml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9067585..d0c7b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "para" version = "0.1.0" authors = ["Fuwn "] edition = "2021" -description = "An example decoder and utility for Flipnote Studios .ppm animation format." +description = "Decoder and utility for the Flipnote Studios .ppm animation format." readme = "README.rst" homepage = "https://github.com/Usugata/para" repository = "https://github.com/Usugata/para" diff --git a/README.rst b/README.rst index ec81307..79931bb 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ What? ----- -An example decoder and utility for Flipnote Studios :code:`.ppm` animation format. +A decoder and utility for the Flipnote Studios :code:`.ppm` animation format. Why this over that? ------------------- -- cgit v1.2.3