p1atdev commited on
Commit
5362f0c
1 Parent(s): 8b1c353

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ PVC figure images and information from [www.myethos.cn](http://www.myethos.cn).
8
 
9
  ```ts
10
  interface Myethos {
11
- [string]: {
12
  image_urls: string[]
13
  descriptions: Record<string, string>
14
  }
 
8
 
9
  ```ts
10
  interface Myethos {
11
+ [id: string]: {
12
  image_urls: string[]
13
  descriptions: Record<string, string>
14
  }