brunnolou commited on
Commit
9af6fbe
·
1 Parent(s): 64a54ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Each article has the following type definition:
35
 
36
  ```ts
37
  {
38
- headings: [number, string][]
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