diff --git a/tools/apiview/emitters/typespec-apiview/README.md b/tools/apiview/emitters/typespec-apiview/README.md index b99c736f75f..cf5839de2fd 100644 --- a/tools/apiview/emitters/typespec-apiview/README.md +++ b/tools/apiview/emitters/typespec-apiview/README.md @@ -11,7 +11,7 @@ Add `@azure-tools/typespec-apiview` to your `package.json` and run `npm install` 1. Via the command line ```bash -tsc compile {path to typespec project} --emit=@azure-tools/typespec-apiview +tsp compile {path to typespec project} --emit=@azure-tools/typespec-apiview ``` 2. Via the config