Skip to content

Commit 9c5fc83

Browse files
committed
Typo Fix.
1 parent 7bfed73 commit 9c5fc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Check the [simple PHP file upload/download script](https://github.com/ivan-since
5656

5757
When downloading a file, you must [URL encode](https://www.urlencoder.org) the file path, and don't forget to specify the output file if using cURL.
5858

59-
When uploading a file, and don't forget to specify `@` before the file path.
59+
When uploading a file, don't forget to specify `@` before the file path.
6060

6161
Depending on the server configuration, downloading a file through HTTP GET request parameter might not always work, instead, you will have to hardcore the file path in the script.
6262

0 commit comments

Comments
 (0)