Skip to content

Commit 6d0f6fa

Browse files
yordan-mitevdimodi
authored andcommitted
Apply suggestion from @dimodi
Co-authored-by: Dimo Dimov <[email protected]>
1 parent a1a6ce3 commit 6d0f6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation/nuget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
114114
</packageSources>
115115
<packageSourceCredentials>
116116
<TelerikOnlineFeed>
117-
<add key="api-key>" />
118-
<add key="YOUR-NUGET-API-KEY" />
117+
<add key="Username" value="api-key>" />
118+
<add key="ClearTextPassword" value="YOUR-NUGET-API-KEY" />
119119
</TelerikOnlineFeed>
120120
</packageSourceCredentials>
121121
</configuration>

0 commit comments

Comments
 (0)