From fbb33a61b04c4c6c88f23cf8eaea2d4b5fa2e3c4 Mon Sep 17 00:00:00 2001 From: patwal007 <40987215+patwal007@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:52:02 +0530 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2129110e..74dc41b9 100644 --- a/readme.md +++ b/readme.md @@ -17,9 +17,9 @@ By defaut, the page URLs use query strings (*?page=about*). You need to have Apa The project covers these programming concepts: - * Variables - * Arrays - * Functions + * Variable + * Array + * Function * Pretty links *(/about) with fallback to query string (?page=about)* * Basic example of separation of concerns *(functionality, template, content)*