Skip to content

Commit

Permalink
Docs(README): Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleon4 committed May 21, 2022
1 parent b03f7ec commit df30c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Lion-Framework can also serve as an API backend for a JavaScript single page app
You can use Lion-Framework to provide authentication and data storage/retrieval for your application, while taking advantage of Lion-Framework services such as emails, databases, and more.

## Usage
Start by running the server, by default it runs on port `4040`.
Start by running the server, by default it runs on port `40400`.
```shell
php lion serve
```

use another port.
```shell
php lion serve --port=4041
php lion serve --port=40401
```

## Commands
Expand Down

0 comments on commit df30c07

Please sign in to comment.