Skip to content

Commit 1f2750d

Browse files
author
Kraig Brockschmidt
committed
Correct license position on nuget.org
1 parent d8b8b18 commit 1f2750d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Consume-Packages/Overview-and-Workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Between nuget.org and private package galleries that your organization might est
2626
NuGet remembers the identity and version number of each installed package, recording it in either `packages.config`, the project file, or a `project.json` file in your project root, depending on project type and your version of NuGet. With NuGet 4.0+, [storing dependencies in the project file](../consume-packages/package-references-in-project-files.md) is the default (except for UWP projects targeting Windows 10 RS1). In any case, you can look in the appropriate file at any time to see the full list of dependencies for your project.
2727

2828
> [!Tip]
29-
> It's prudent to always check the license for each package you intend to use in your software. On nuget.org, you'll find a **License** link on the left side of each package's description page.
29+
> It's prudent to always check the license for each package you intend to use in your software. On nuget.org, you'll find a license link on the right side of each package's description page.
3030
3131
When installing packages, NuGet typically checks if the package is already available from its cache. You can manually clear this cache from the command line, as described on [Managing the NuGet cache](../consume-packages/managing-the-nuget-cache.md).
3232

0 commit comments

Comments
 (0)