From 558fca8a23434b5cd1875decc2e2d6c05ac31c14 Mon Sep 17 00:00:00 2001 From: Jeremy Postlethwaite Date: Wed, 1 Jul 2015 14:15:24 -0700 Subject: [PATCH] Changing config.json to satis.json Updating docs to use `satis.json` instead of `config.json` --- doc/articles/handling-private-packages-with-satis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index e7ce665b6..4294de4fb 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -73,7 +73,7 @@ constraint if you want really specific versions. ``` Once you've done this, you just run `php bin/satis build `. -For example `php bin/satis build config.json web/` would read the `config.json` +For example `php bin/satis build satis.json web/` would read the `satis.json` file and build a static repository inside the `web/` directory. When you ironed out that process, what you would typically do is run this