Skip to content

Commit 167b17d

Browse files
committed
Fix README
1 parent 66c1d8a commit 167b17d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

admin/starter/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CodeIgniter 4 Application Starter
22

33
## What is CodeIgniter?
4+
45
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure.
56
More information can be found at the [official site](http://codeigniter.com).
67

@@ -22,12 +23,12 @@ More information about the plans for version 4 can be found in [the announcement
2223
The user guide corresponding to this version of the framework can be found
2324
[here](https://codeigniter4.github.io/userguide/).
2425

25-
##Installation & updates
26+
## Installation & updates
2627

2728
`composer create-project codeigniter4/appstarter` then `composer update` whenever
2829
there is a new release of the framework.
2930

30-
##Setup
31+
## Setup
3132

3233
Copy `env` to `.env` and tailor for your app, specifically the baseURL
3334
and any database settings.
@@ -45,6 +46,7 @@ framework are exposed.
4546
The user guide updating and deployment is a bit awkward at the moment, but we are working on it!
4647

4748
## Server Requirements
49+
4850
PHP version 7.1 or higher is required, with the following extensions installed:
4951

5052
- [intl](http://php.net/manual/en/intl.requirements.php)

0 commit comments

Comments
 (0)