Fixing the README.

This commit is contained in:
Pat Garrity 2024-01-04 22:58:40 -06:00
parent 10ecfda559
commit ad56314189
Signed by: pfm
GPG key ID: 5CA5D21BAB7F3A76

View file

@ -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.