From 519aaf4b56697217937ac23f53daafe55232032c Mon Sep 17 00:00:00 2001 From: Navneet Singh Yadav Date: Sat, 19 Jul 2025 02:21:55 +0530 Subject: [PATCH 1/2] docs:improved grammer and formatting in readme.rst --- readme.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.rst b/readme.rst index 424848ac3e..891005622d 100644 --- a/readme.rst +++ b/readme.rst @@ -1,9 +1,9 @@ ################### -What is CodeIgniter +What is CodeIgniter? ################### -CodeIgniter is an Application Development Framework - a toolkit - for people -who build web sites using PHP. Its goal is to enable you to develop projects +CodeIgniter is a powerful and lightweight PHP application development framework designed for developers building dynamic websites. +Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. CodeIgniter lets @@ -78,5 +78,5 @@ or via our `page on HackerOne `_, thank you. Acknowledgement *************** -The CodeIgniter team would like to thank EllisLab, all the -contributors to the CodeIgniter project and you, the CodeIgniter user. +The CodeIgniter team would like to thank EllisLab, all contributors to the CodeIgniter project, and you — the CodeIgniter user. + From 898f06f41b273f4e1cb148edae9f996c2a2cf8f7 Mon Sep 17 00:00:00 2001 From: Navneet Singh Yadav Date: Sat, 19 Jul 2025 02:25:16 +0530 Subject: [PATCH 2/2] docs:improved intro in readme.rst --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 891005622d..dc0903c02d 100644 --- a/readme.rst +++ b/readme.rst @@ -1,5 +1,5 @@ ################### -What is CodeIgniter? +What is CodeIgniter ? ################### CodeIgniter is a powerful and lightweight PHP application development framework designed for developers building dynamic websites.