QubitPi commited on
Commit
2f00243
1 Parent(s): 0d84efe

Enhance README

Browse files
Files changed (1) hide show
  1. README.md +16 -4
README.md CHANGED
@@ -5,7 +5,7 @@ Wilhelm Vocabulary
5
  ![GitHub workflow status badge][GitHub workflow status]
6
  [![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
7
 
8
- The data that serves [wilhelmlang.com](https://wilhelmlang.com/). The data is written in YAML format, because
9
 
10
  1. it is machine-readable so that it can be consumed quickly in data pipelines
11
  2. it is human-readable and, thus, easy to modify
@@ -26,15 +26,27 @@ vocabulary:
26
 
27
  ### Korean
28
 
29
- TBA
 
 
 
 
30
 
31
  ### Ancient Greek
32
 
33
- TBA
 
 
 
 
34
 
35
  ### Latin
36
 
37
- TBA
 
 
 
 
38
 
39
  License
40
  -------
 
5
  ![GitHub workflow status badge][GitHub workflow status]
6
  [![Apache License Badge]](https://www.apache.org/licenses/LICENSE-2.0)
7
 
8
+ The data that serves [wilhelmlang.com](https://wilhelmlang.com/). They are written in YAML format, because
9
 
10
  1. it is machine-readable so that it can be consumed quickly in data pipelines
11
  2. it is human-readable and, thus, easy to modify
 
26
 
27
  ### Korean
28
 
29
+ ```yaml
30
+ vocabulary:
31
+ - term: string
32
+ definition: list
33
+ ```
34
 
35
  ### Ancient Greek
36
 
37
+ ```yaml
38
+ vocabulary:
39
+ - term: string
40
+ definition: list
41
+ ```
42
 
43
  ### Latin
44
 
45
+ ```yaml
46
+ vocabulary:
47
+ - term: string
48
+ definition: list
49
+ ```
50
 
51
  License
52
  -------