Skip to content

Commit a08d760

Browse files
author
root
committed
fix
1 parent 76a18b5 commit a08d760

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Response
8282
}
8383
```
8484

85-
````
86-
8785
Checking export status
8886

8987
```php
@@ -92,7 +90,7 @@ $uniqueId = 'dfd6a2f2-5579-421f-96ac-98993d0edea1';
9290
$res = $export->exports->checkExport($uniqueId);
9391
var_dump($res);
9492

95-
````
93+
```
9694

9795
Response
9896

@@ -167,3 +165,7 @@ Response
167165
}
168166
]
169167
```
168+
169+
```
170+
171+
```

0 commit comments

Comments
 (0)