From c8271481fc27b5b1aba849a0484df8c460cb0080 Mon Sep 17 00:00:00 2001 From: Jordan Chodak <152204321+jordanchodakWork@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:40:58 -0700 Subject: [PATCH] Update README to reflect SDK name change --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4114b70..baae0d1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Microsoft Managed Apps > [!NOTE] -> Microsoft Managed Apps is in **public preview**. APIs, templates, and tooling may change before general availability. +> The Microsoft Managed Apps SDK is in **public preview**. APIs, templates, and tooling may change before general availability. -Microsoft Managed Apps lets you build custom web applications using standard web technologies — React, TypeScript, and Vite. +The Microsoft Managed Apps SDK lets you build custom web applications using standard web technologies — React, TypeScript, and Vite. This repository hosts the official first-party project **templates** and is the home for **public issues**. The tooling itself ships as npm packages under the `@microsoft/managed-apps` scope: | Package | Description | | --- | --- | -| [`@microsoft/managed-apps`](https://www.npmjs.com/package/@microsoft/managed-apps) | SDK for building Microsoft Managed Apps | -| [`@microsoft/managed-apps-cli`](https://www.npmjs.com/package/@microsoft/managed-apps-cli) | Command-line interface for building and managing Microsoft Managed Apps | -| [`@microsoft/managed-apps-vite-plugin`](https://www.npmjs.com/package/@microsoft/managed-apps-vite-plugin) | Vite plugin for Microsoft Managed Apps | +| [`@microsoft/managed-apps`](https://www.npmjs.com/package/@microsoft/managed-apps) | SDK for building managed apps | +| [`@microsoft/managed-apps-cli`](https://www.npmjs.com/package/@microsoft/managed-apps-cli) | Command-line interface for building and managing managed apps | +| [`@microsoft/managed-apps-vite-plugin`](https://www.npmjs.com/package/@microsoft/managed-apps-vite-plugin) | Vite plugin for managed apps | ## Getting started