diff --git a/templates/common/declarative-agent-meta-os-new-project/README.md b/templates/common/declarative-agent-meta-os-new-project/README.md
index fc8a7f3a01f..bf9f8885dad 100644
--- a/templates/common/declarative-agent-meta-os-new-project/README.md
+++ b/templates/common/declarative-agent-meta-os-new-project/README.md
@@ -30,7 +30,7 @@ Deploy your project to Azure by following these steps:
| From Visual Studio Code | From Microsoft 365 Agents Toolkit CLI |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-|
- Open Microsoft 365 Agents Toolkit, and sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar.
- After you signed in, select a subscription under your account.
- Open the Microsoft 365 Agents Toolkit and click `Provision` from LIFECYCLE section or open the command palette and select: `Microsoft 365 Agents: Provision`.
- Open the Microsoft 365 Agents Toolkit and click `Deploy` or open the command palette and select: `Microsoft 365 Agents: Deploy`.
| - Run command `m365agents auth login azure`.
- (Optional)Set environment variable AZURE_SUBSCRIPTION_ID to your subscription id in env/.env.dev or in your current shell envrionment if you are using non-interactive mode of `m365agents` CLI.
- Run command `m365agents provision`.
- Run command: `m365agents deploy`.
|
+| - Open Microsoft 365 Agents Toolkit, and sign into Azure by clicking the `Sign in to Azure` under the `ACCOUNTS` section from sidebar.
- After you signed in, select a subscription under your account.
- Open the Microsoft 365 Agents Toolkit and click `Provision` from LIFECYCLE section or open the command palette and select: `Microsoft 365 Agents: Provision`.
- Open the Microsoft 365 Agents Toolkit and click `Deploy` or open the command palette and select: `Microsoft 365 Agents: Deploy`.
| - Run command `atk auth login azure`.
- (Optional)Set environment variable AZURE_SUBSCRIPTION_ID to your subscription id in env/.env.dev or in your current shell envrionment if you are using non-interactive mode of `atk` CLI.
- Run command `atk provision`.
- Run command: `atk deploy`.
|
> Note: Provisioning and deployment may incur charges to your Azure Subscription.
To sideload the deployed add-in:
@@ -44,8 +44,8 @@ To sideload the deployed add-in:
To check that your manifest file is valid:
-- From Visual Studio Code: open the command palette and select: `m365agents: Validate Application` and select `Validate using manifest schema`.
-- From Microsoft 365 Agents Toolkit CLI: run command `m365agents validate` in your project directory.
+- From Visual Studio Code: open the command palette and select: `Microsoft 365 Agents: Validate Application` and select `Validate using manifest schema`.
+- From Microsoft 365 Agents Toolkit CLI: run command `atk validate` in your project directory.
## Known Issues
- Publish is not supported for an Office add-in project now.
\ No newline at end of file