Skip to content

Commit fe57e24

Browse files
bjarnefsofietoft
andauthored
Update 13/umbraco-ui-builder/getting-started/configuration.md
Co-authored-by: sofietoft <[email protected]>
1 parent 53e9075 commit fe57e24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

13/umbraco-ui-builder/getting-started/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Umbraco UI Builder can be configured directly via the `AddUIBuilder` extension m
88

99
## AddUIBuilder
1010

11-
To configure Umbraco UI Builder via the `AddUIBuilder` extension method, You can look in the `Startup.cs` file in the root of your web project. From within this file, before the call to `AddComposers()` we can add our `AddUIBuilder` configuration.
11+
To configure Umbraco UI Builder via the `AddUIBuilder` extension method, You can look in the `Program.cs` file at the root of your web project. From within this file, before the call to `AddComposers()` we can add our `AddUIBuilder` configuration.
12+
13+
Alternatively, if your project is upgraded from earlier versions, you can add the configuration to the `Startup.cs` file.
1214

1315
```csharp
1416
builder.CreateUmbracoBuilder()

0 commit comments

Comments
 (0)