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

Commit 500f66c

Browse files
committed
Merge branch 'release/1.4'
2 parents bf43f12 + 61aff34 commit 500f66c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
/composer.phar
33
/faker.phar
4+
/box.phar

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a command line tool for easy generation of fake data in a static way.
1010
You can find the latest phar on the [releases page](https://github.com/bit3/faker-cli/releases).
1111

1212
```bash
13-
$ wget https://github.com/bit3/faker-cli/releases/download/1.3/faker.phar
13+
$ wget https://github.com/bit3/faker-cli/releases/download/1.4/faker.phar
1414
$ ./faker.phar
1515
```
1616

@@ -241,7 +241,7 @@ It is recommend to use the `--enclosure` option. each occurrence of the `--enclo
241241
Install and run php-box:
242242

243243
```bash
244-
$ curl -LSs http://box-project.org/installer.php | php
244+
$ curl -LSs https://box-project.github.io/box2/installer.php | php
245245
$ ./box.phar build
246246
```
247247

0 commit comments

Comments
 (0)