Skip to content

Commit a80eef5

Browse files
Fix typo in NuGet username configuration
1 parent a084921 commit a80eef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
116116
</packageSources>
117117
<packageSourceCredentials>
118118
<TelerikOnlineFeed>
119-
<add key="Username" value="api-key>" />
119+
<add key="Username" value="api-key" />
120120
<add key="ClearTextPassword" value="YOUR-NUGET-API-KEY" />
121121
</TelerikOnlineFeed>
122122
</packageSourceCredentials>

0 commit comments

Comments
 (0)