Skip to content

Commit 05c1272

Browse files
committed
Transparent icon background. Update notice in readme
1 parent 7160a49 commit 05c1272

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed
94 Bytes
Loading
94 Bytes
Loading
92 Bytes
Loading
94 Bytes
Loading

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Built on [example plugin](https://github.com/name1ess0ne/CloudShot.Plugins/tree/
77
## How to add the plugin to CloudShot
88

99
1. Download and install CloudShot from https://cloudshot.com/download.html
10-
2. Copy `HttpApiPlugin.dll` from the [latest release](https://github.com/finwe/cloudshot-http-api-upload-plugin/releases) to `"%USERPROFILE%/documents/CloudShot/Plugins/HttpApiPlugin"` folder.
10+
2. Copy `HttpApiPlugin.dll` from the [latest release](https://github.com/finwe/cloudshot-http-api-upload-plugin/releases)
11+
to `%USERPROFILE%/Documents/CloudShot/Plugins/HttpApiPlugin` folder.
12+
When updating the plugin with newer version, close CloudShot first.
1113
3. Restart CloudShot. You should see **HTTP API Upload** item in Settings and also in Editor as a destination for screenshots upload.
1214

1315
## API expectations
@@ -16,7 +18,7 @@ This plugin sends a simple form-data HTTP POST request to the URL specified in p
1618
The only field in the request is `dataurl` with Base64-encoded image contents.
1719
Accept header of the request is `text/plain`.
1820

19-
The plugin expects a `2xx` response of `text/plain` Content-type with the URL of the uploaded result. On other HTTP results
21+
The plugin expects a `2xx` response of `text/plain` Content-type with the URL of the uploaded result. On other HTTP status codes
2022
an error message is shown.
2123

2224
The URL of the request result is then copied to the clipboard based on selected copying style.

0 commit comments

Comments
 (0)