We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122fb35 commit 629b4f2Copy full SHA for 629b4f2
getting-started/what-you-need.md
@@ -91,11 +91,11 @@ Here is the `script` tag for our static asset path:
91
````SHTML
92
<head>
93
. . .
94
- <script src="_content/telerikuiforblazor/js/telerik-blazor.js" defer></script>
+ <script src="_content/telerik.ui.for.blazor/js/telerik-blazor.js" defer></script>
95
</head>
96
````
97
98
->note If you are using a trial license, the path is `_content/telerikuiforblazortrial/js/telerik-blazor.js`.
+>note If you are using a trial license, the path is `_content/telerik.ui.for.blazor.trial/js/telerik-blazor.js`.
99
100
## Project Configuration
101
0 commit comments