From 841b9355f763142e38a95bf2c9e89e5a107d38e7 Mon Sep 17 00:00:00 2001 From: Aditya Kumar Singh Date: Fri, 9 Jan 2026 14:30:29 +0530 Subject: [PATCH] Docs: improve wording in core repository documentation --- docs/core-repo-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).