Skip to content

Commit e41bd5f

Browse files
committed
Tweaked headings in README, refs #9
1 parent dae39fa commit e41bd5f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fruits.[2]=cherry
107107
```
108108
<!-- [[[end]]] -->
109109

110-
### Nested Lists
110+
### Nested lists
111111

112112
For nested lists, the index notation is repeated.
113113

@@ -137,7 +137,7 @@ matrix.[1].[1]$int=4
137137
```
138138
<!-- [[[end]]] -->
139139

140-
## Type Preservation
140+
## Type preservation
141141

142142
Types are preserved using `$type` suffixes:
143143

@@ -171,9 +171,7 @@ for type_, suffix, example in (examples):
171171

172172
String values do not require a type suffix.
173173

174-
## Examples
175-
176-
### Complex Nested Structure
174+
## Example
177175

178176
JSON:
179177
<!-- [[[cog

0 commit comments

Comments
 (0)