Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jul 1, 2022
1 parent ac8dc06 commit ef1d9a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-pdf2img
Provider:
- 阿里云
Version: 1.1.8
Version: 1.1.9
Description: 将PDF转换为JPG图片
HomePage: https://github.com/devsapp/start-pdf2img
Tags:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
部署完成之后,您可以使用 s 工具或者 SDK 调用函数,函数执行成功后, 就可以在 OSS 指定目标目录中得到一个 zip 包, zip 包里面是 pdf 每页截图的 jpg 文件

```bash
$ s invoke -e '{"bucket": "my-bucket", "region": "cn-hangzhou", "src_object": "test.pdf", "src_object": "test.zip"}'
$ s invoke -e '{"bucket": "my-bucket", "region": "cn-hangzhou", "src_object": "test.pdf", "dst_object": "test.zip"}'
```

其中:
Expand Down
2 changes: 1 addition & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
部署完成之后,您可以使用 s 工具或者 SDK 调用函数,函数执行成功后, 就可以在 OSS 指定目标目录中得到一个 zip 包, zip 包里面是 pdf 每页截图的 jpg 文件

```bash
$ s invoke -e '{"bucket": "my-bucket", "region": "cn-hangzhou", "src_object": "test.pdf", "src_object": "test.zip"}'
$ s invoke -e '{"bucket": "my-bucket", "region": "cn-hangzhou", "src_object": "test.pdf", "dst_object": "test.zip"}'
```

其中:
Expand Down

0 comments on commit ef1d9a7

Please sign in to comment.