From 1bcf73ec602786fcb42ff43f9fa900dcdb219501 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sat, 21 Jun 2025 08:43:20 -0400 Subject: [PATCH] docs(readme): updated readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c7155d4..8553415 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -# libconstants +# libconfig -libconstants is the authoritative source for physical constants for the SERiF project. +libconfig is the unified configuration module for SERiF and related projects This has been broken out of the main serif project to allow for more modularity @@ -19,5 +19,5 @@ meson compile -C build meson test -C build ``` -this will auto generate a pkg-config file for you so that linking other libraries to libconstants is easy. +this will auto generate a pkg-config file for you so that linking other libraries to libconfig is easy.