diff --git a/docs/core-repo-structure.md b/docs/core-repo-structure.md index f27c31951..6badec7eb 100644 --- a/docs/core-repo-structure.md +++ b/docs/core-repo-structure.md @@ -1,7 +1,7 @@ EasyEngine Core Repository === -The core repository contains the cli interface for EasyEngine and the internal api's to facilitate and accommodate the creation and execution of commands. It is built on top of [WP-CLI](https://github.com/wp-cli/wp-cli) and follows the same basic structure. +The core repository contains the CLI interface for EasyEngine and the internal api's to facilitate and accommodate the creation and execution of commands. It is built on top of [WP-CLI](https://github.com/wp-cli/wp-cli) and follows the same basic structure. 1. The `bin` directory contains the shell script entrypoint to the PHP files. 2. `ci` directory contains shell scripts to automate the phar building and deploying of the same to the [easyengine-builds](https://github.com/easyengine/easyengine-builds) repository with the help of [travis-ci](https://travis-ci.org/).