Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit f16ca48

Browse files
committed
fix typo in readme when specifying version
1 parent 4348a7c commit f16ca48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ This will give you a Laravel 5.3 installation with Lucid out-of-the-box. If you
1414

1515
##### 5.2
1616
```
17-
composer create-project lucid-arch/laravel=^5.2 my-project-5.2
17+
composer create-project lucid-arch/laravel=5.2.x my-project-5.2
1818
```
1919

20+
> Literally 5.2.x and not 5.2.0 or 5.2.1...
21+
2022
##### 5.1
2123
```
22-
composer create-project lucid-arch/laravel=^5.1 my-project-5.1
24+
composer create-project lucid-arch/laravel=5.1.x my-project-5.1
2325
```
2426

2527
## Getting Started

0 commit comments

Comments
 (0)