Skip to content

Commit

Permalink
Fix README.md typo. (#5655)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjprescott authored Mar 8, 2023
1 parent e7d83e9 commit 4f6f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/apiview/emitters/typespec-apiview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6f563

Please sign in to comment.