Fixing the README.
This commit is contained in:
parent
10ecfda559
commit
ad56314189
1 changed files with 4 additions and 10 deletions
14
README.md
14
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue