Skip to content

Commit 594140c

Browse files
authored
Merge pull request #3 from vahidalvandi/main
fix same text
2 parents 1473ad4 + e27e7a3 commit 594140c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ yarn
2727
3\. Setup database
2828

2929
```
30-
php artian migrate --seed
30+
php artisan migrate --seed
3131
```
3232

3333
## Development
3434
```
3535
yarn dev
36-
php artian serve
36+
php artisan serve
3737
```
3838

3939
## Prepare for production

0 commit comments

Comments
 (0)