diff --git a/pages/common/box.md b/pages/common/box.md index 13eb4e2fe2..4b9a71f7fb 100644 --- a/pages/common/box.md +++ b/pages/common/box.md @@ -1,15 +1,15 @@ # box > A PHP application for building and managing Phars. -> More information: . +> More information: . -- Build a new Phar file: +- Compile a new Phar file: -`box build` +`box compile` -- Build a new Phar file using a specific config file: +- Compile a new Phar file using a specific config file: -`box build -c {{path/to/config}}` +`box compile -c {{path/to/config}}` - Display information about the PHAR PHP extension: