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.