Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 8af3cf8

Browse files
committed
Improving version info on install docs
1 parent eae6e92 commit 8af3cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Copyright (C) 2013-2014 [Max Ehsan](http://laravelbook.com/) & [Igor Santos](htt
1717

1818
## Installation
1919

20-
Add `laravelbook/ardent` as a requirement to `composer.json`:
20+
Add `laravelbook/ardent` as a requirement to `composer.json` (see our latest stable version on the badges!):
2121

2222
```javascript
2323
{
2424
"require": {
25-
"laravelbook/ardent": "dev-master"
25+
"laravelbook/ardent": "2.*"
2626
}
2727
}
2828
```

0 commit comments

Comments
 (0)