mirror of https://github.com/kdl-org/kdl.git
capitalize
This commit is contained in:
parent
cf341eac91
commit
b1f00d5d8d
|
|
@ -1,6 +1,6 @@
|
||||||
# KDL - The KDL Document Language
|
# KDL - The KDL Document Language
|
||||||
|
|
||||||
kdl is a document language with xml-like semantics that looks like you're
|
KDL is a document language with xml-like semantics that looks like you're
|
||||||
invoking a bunch of CLI commands!
|
invoking a bunch of CLI commands!
|
||||||
|
|
||||||
It's meant to be used both as a serialization format and a configuration
|
It's meant to be used both as a serialization format and a configuration
|
||||||
|
|
@ -13,9 +13,9 @@ clarifications on its syntax and behavior.
|
||||||
|
|
||||||
## Design and Discussion
|
## Design and Discussion
|
||||||
|
|
||||||
kdl is still extremely new, and discussion about the format should happen over
|
KDL is still extremely new, and discussion about the format should happen over
|
||||||
on the [discussions page](https://github.com/kdoclang/kdl/discussions). Feel free
|
on the [discussions page](https://github.com/kdoclang/kdl/discussions). Feel
|
||||||
to jump in and give us your 2 cents!
|
free to jump in and give us your 2 cents!
|
||||||
|
|
||||||
## Design Principles
|
## Design Principles
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue