From f8844ae29788f2e23aa06a70100df90be1342b7f Mon Sep 17 00:00:00 2001 From: Yahya Touil <60827484+yahyatouil-dev@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:26:04 +0100 Subject: [PATCH] Fix grammar errors and wrong license link in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix two issues found in README.md. ## Changes 1. Grammar errors in Repository Structure section: - "folder contain" → "folder contains" - "applications are build" → "applications are built" 2. Wrong license link pointing to VSCode repository instead of BCApps: - https://github.com/microsoft/vscode/blob/main/LICENSE.txt + https://github.com/microsoft/BCApps/blob/main/LICENSE --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37e9b26cf9..77a1b27010 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## The Repository This repository contains the source code for several _Business Central_ applications, developed by Microsoft. -The source code in this repository is available to everyone under the standard [MIT license](https://github.com/microsoft/vscode/blob/main/LICENSE.txt). +The source code in this repository is available to everyone under the standard [MIT license](https://github.com/microsoft/BCApps/blob/main/LICENSE). ✨ **BCApps run on [AL-Go for GitHub](https://github.com/microsoft/AL-Go)** ✨ @@ -24,7 +24,7 @@ Want to learn more about how to contribute to this repository? Please refer to o - `src` folder stores the source code for Business Central application, such as `System Application` and developer tools like *test libraries*, *test runner* and others. - `src\rulesets` is where the rulesets for building the applications are stored. -- `build` folder contain the *magic* around how the applications are build. +- `build` folder contains the *magic* around how the applications are built. - `build\projects` is where all AL-Go projects are defined.