From 6aaf45567df23313217d96dbd3d7c3746575a789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 10 Jun 2021 13:07:56 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f82509..3599627 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ simple-http-server -d port chdir # CGI usage -When you put a executable file into the web path, the server will call `execl` to run it while passing 3 parameters as below +When you put an executable file into the web path, the server will call `execl` to run it while passing 3 parameters as below ```c argv[0] = path; //Path of the executable file