Skip to content

Commit 4c8683c

Browse files
Update README.md
1 parent ac8c539 commit 4c8683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The latest version of the Tool and the code is open source right here on GitHub:
2222
<br>
2323

2424
# What exactly does cURL do?
25-
I am not a cURL expert and it's quite difficult giving an exact explanation so I will try and give the most basic and simple explanation.
25+
I am not a cURL expert and it's quite difficult giving an exact explanation so I will try and give the most basic explanation.
2626
cURL means `Client URL` and you already know from above that it's a command line tool, so it's basically a tool that permits/enables data transfer over many network protocols (HTTPS, HTTP, FTP, it also supports SSL Certificates). The tool communicates with a web server with a URL and tells the server the data to be sent or received. (yes you read that correctly, **the tool can do both** 🤓)
2727

2828
<br>

0 commit comments

Comments
 (0)