Skip to content

Commit 6be2593

Browse files
Update README.md (#9)
1 parent e851f20 commit 6be2593

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ yarn start 56666 ws://192.168.50.6:9944/
1717

1818
## Usage
1919

20-
### Get header infomation
20+
### Get header information
2121
Request:
2222
```shell
2323
curl GET 'http://localhost:56666/api/v1/block/header'
@@ -31,7 +31,7 @@ Response:
3131
}
3232
```
3333

34-
### Post tee identity
34+
### Post TEE identity
3535
Request:
3636
```shell
3737
curl POST 'http://localhost:56666/api/v1/tee/identity' \
@@ -50,7 +50,7 @@ Response:
5050
}
5151
```
5252

53-
### Get tee identity
53+
### Get TEE identity
5454
Request:
5555
```shell
5656
curl GET 'http://localhost:56666/api/v1/tee/identity?address=5HBPJZkoLeUBdPombuYe3tcUkXcTAKyRhRgXJvHpCs9mzxfL'
@@ -67,7 +67,7 @@ Response:
6767
}
6868
```
6969

70-
### Post tee workreport
70+
### Post TEE work report
7171
Request:
7272
```shell
7373
curl POST 'http://localhost:56666/api/v1/tee/workreport' \
@@ -86,7 +86,7 @@ Response:
8686
}
8787
```
8888

89-
### Get tee workreport
89+
### Get TEE work report
9090
Request:
9191
```shell
9292
curl GET 'http://localhost:56666/api/v1/tee/workreport?address=5HBPJZkoLeUBdPombuYe3tcUkXcTAKyRhRgXJvHpCs9mzxfL'

0 commit comments

Comments
 (0)