1
0
Fork 0

Merge pull request #3695 from dragoonis/patch-2

Satis grammar fix.
pull/3697/head
Jordi Boggiano 2015-01-30 10:40:40 +00:00
commit ccd4e03967
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ constraint if you want really specific versions.
}
```
Once you did this, you just run `php bin/satis build <configuration file> <build dir>`.
Once you've done this, you just run `php bin/satis build <configuration file> <build dir>`.
For example `php bin/satis build config.json web/` would read the `config.json`
file and build a static repository inside the `web/` directory.