diff --git a/getting-started/web-app.md b/getting-started/web-app.md index d203c760be..7b4accbd7f 100644 --- a/getting-started/web-app.md +++ b/getting-started/web-app.md @@ -98,7 +98,7 @@ Now your Blazor Server project can use the Telerik UI for Blazor components. The final step in this tutorial is to use a Telerik UI for Blazor component in a view and run it in the browser. -1. In the `~/Components/Pages/Home.razor` view, add a `TelerikButton` component. +1. In `.../Pages/Home.razor` in the server or client project, add a `TelerikButton` component. @[template](/_contentTemplates/common/get-started.md#add-component-sample)