From 896dc4335222d44286d899174dbc2ce6c23c2469 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 5 Aug 2023 01:46:30 +0200 Subject: Add the pronounciation of “cerm” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a8016c..b4d21a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cerm" -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = ["Thomas Voss "] description = "C-inspired error reporting macros" diff --git a/README.md b/README.md index c014ec2..cebfb22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `cerm` — C Inspired Error Reporting Macros -This crate provides a few handy macros in the style of BSD C’s `` for -error-reporting to the user. These macros just remove some of the boilerplate of -having to prefix your diagnostic messages with `progname: ` everytime you want to -exit the program. +Cerm (/sɜːm/) provides a few handy macros in the style of BSD C’s `` for +error-reporting to the user. These macros just remove some of the boilerplate +of having to prefix your diagnostic messages with `progname: ` everytime you +want to exit the program. -- cgit v1.2.3