Update README.md

This commit is contained in:
Indy 2022-10-26 23:08:09 +02:00 committed by GitHub
parent 8da5ff8f8b
commit 0e7a677f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Delete ShareX online hosted images
# Sharextended
A simple program that deletes all images that are hosted on online image hosting by sending POST requests to all DeletionURL's.
@ -9,7 +9,7 @@ A simple program that deletes all images that are hosted on online image hosting
```
### TODO
- Unwrap and expect should be replaced with proper error handling.
- Unwrap and expect should be replaced with proper matching or flow (make good use of Option/Result).
- Add GitHub action to build and release binaries (Windows only, since ShareX is Windows only).
## Motivation