Skip to content

Commit

Permalink
Create webapi app rather than webapp. (#39098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekistler authored Jan 22, 2024
1 parent 24caafb commit e19b4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/orleans/quickstarts/build-your-first-orleans-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ At the end of the quickstart, you have an app that creates and handles redirects
1. Run the following commands:

```dotnetcli
dotnet new webapp -o OrleansURLShortener
dotnet new webapi -o OrleansURLShortener
code -r OrleansURLShortener
```

Expand Down

0 comments on commit e19b4cc

Please sign in to comment.