aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-05 01:46:30 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-05 01:46:30 +0200
commit896dc4335222d44286d899174dbc2ce6c23c2469 (patch)
treeb8b9f3ea00bb4d260588a074a8cf4d2561ec1b68 /README.md
parent1e05dc096d7c24087c720ae61d2c6fb296e50286 (diff)
Add the pronounciation of “cerm”HEADv1.1.1master
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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 `<err.h>` 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 `<err.h>` 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.