QubitPi commited on
Commit
b793b5b
1 Parent(s): 3020fbf

Enhance README

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,7 +1,11 @@
1
  Wilhelm Vocabulary
2
  ==================
3
 
4
- The data that serves [wilhelmlang.com](https://wilhelmlang.com/).
 
 
 
 
5
 
6
  YAML Schema
7
  -----------
 
1
  Wilhelm Vocabulary
2
  ==================
3
 
4
+ The data that serves [wilhelmlang.com](https://wilhelmlang.com/). The data is written in YAML format, because
5
+
6
+ 1. it is machine-readable so that it can be consumed quickly in data pipelines
7
+ 2. it is human-readable and, thus, easy to modify
8
+ 3. it supports multi-lines value which is very handy for data of natural languages
9
 
10
  YAML Schema
11
  -----------