Skip to content

Commit

Permalink
Merge pull request #2 from vlakoff/readme
Browse files Browse the repository at this point in the history
Repair a link in the README
  • Loading branch information
n0nag0n authored Jan 29, 2024
2 parents 1ed3739 + 98be713 commit e0dba27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Use this skeleton application to quickly setup and start working on a new Flight PHP application. This application uses the latest version of Flight PHP v3.

This skeleton application was built for Composer. You also could download a zip of this repo, downloading a zip of the [flightphp/core](https://github.com/flightphp/core]) repo, and manually autoload the files by running `require('flight/autoload.php')` in your `app/config/bootstrap.php` file.
This skeleton application was built for Composer. You also could download a zip of this repo, downloading a zip of the [flightphp/core](https://github.com/flightphp/core) repo, and manually autoload the files by running `require('flight/autoload.php')` in your `app/config/bootstrap.php` file.

## Installation

Expand Down

0 comments on commit e0dba27

Please sign in to comment.