From 17b00178826bffd3607678937320bbf9c1589b93 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Mon, 18 Oct 2021 22:10:50 +0800 Subject: [PATCH 1/2] homepage/installation.html: the first letter should be a capital letter. --- homepage/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/installation.html b/homepage/installation.html index e5f811f..38a54bf 100644 --- a/homepage/installation.html +++ b/homepage/installation.html @@ -89,7 +89,7 @@
1. Install Web server
- You need web server to run this web application. you can use any webserver that can run PHP Scripts. some good web servers include APACHE web server , XAMPP and easy PHP Server. + You need web server to run this web application. you can use any webserver that can run PHP Scripts. Some good web servers include APACHE web server, XAMPP and easy PHP Server.
From a883dda3f5cecfb1bbbd62d276476b4537995166 Mon Sep 17 00:00:00 2001 From: Lan Hui Date: Mon, 18 Oct 2021 22:12:01 +0800 Subject: [PATCH 2/2] homepage/installation.html: a good example. --- homepage/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/installation.html b/homepage/installation.html index 38a54bf..216b0bb 100644 --- a/homepage/installation.html +++ b/homepage/installation.html @@ -101,7 +101,7 @@
- 4. Install Database Management tool to easily manage MYSQL databases. PhpMyAdmin is good example. + 4. Install Database Management tool to easily manage MYSQL databases. PhpMyAdmin is a good example.