Skip to content

Commit 86cbda6

Browse files
authored
Update README.md
1 parent 2f289b1 commit 86cbda6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# PHP Image Uploader
22

3-
This is a simple and lightweight image uploader, that you can use to build a bigger project with.
4-
The uploader is a simple PHP file that saves an image from a POST request to a folder and sends you the URL to access the image.
3+
This is a simple and lightweight image uploader written in PHP.
54

6-
All images / Files are going to embed in applications like Discord/WhatsApp.
5+
The PHP script saves an image from a `POST`-Request to a folder and sends you the URL to access the image, when being called.
6+
7+
All images / files can embed in applications such as Discord/WhatsApp.
78

89
# Setup
910

0 commit comments

Comments
 (0)