Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Each article has the following type definition:
|
|
35 |
|
36 |
```ts
|
37 |
{
|
38 |
-
headings:
|
39 |
article: string
|
40 |
link: string
|
41 |
content: string
|
|
|
35 |
|
36 |
```ts
|
37 |
{
|
38 |
+
headings: string[]
|
39 |
article: string
|
40 |
link: string
|
41 |
content: string
|