From ad56314189bf98e85ec4aaab456457d8441ac858 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Thu, 4 Jan 2024 22:58:40 -0600 Subject: [PATCH] Fixing the README. --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 486ceb3..7ae938a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# gs-config +# gs-blob [License (Apache 2.0)](./LICENSE) -Configuration library for Scala 3. +Blob data type for Scala 3. - [Usage](#usage) @@ -14,12 +14,6 @@ This artifact is available in the Garrity Software Maven repository. externalResolvers += "Garrity Software Releases" at "https://maven.garrity.co/releases" -val GsConfig: ModuleID = - "gs" %% "gs-config-v0" % "0.1.0" +val GsBlob: ModuleID = + "gs" %% "gs-blob-v0" % "0.1.0" ``` - -TODO: - -- Refactor -- move current config implementations to "raw" implementations. -- Create the notion of an audited configuration. -- Create the notion of an audited configuration with a list of sources.