Skip to content

Commit f242805

Browse files
committed
Composer install instruction tweak
1 parent 1399e02 commit f242805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you are not using [Composer](http://getcomposer.org), you should be. It's an
2525
Setup composer with the needed code:
2626

2727
```
28-
$ composer init --require=checkfront/checkfront:dev-master -n
28+
$ composer init --require="checkfront/checkfront:3.0.*" -n
2929
$ composer install
3030
```
3131
Now the needed code should be available within your project.
@@ -65,4 +65,3 @@ $Checkfront = new Checkfront(
6565
}
6666
?>
6767
```
68-

0 commit comments

Comments
 (0)