Skip to content

Commit 55c4e3e

Browse files
committed
Slight reword, include callback link to previous chapter
1 parent 3c0014b commit 55c4e3e

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/19_user_interface

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/19_user_interface/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ These layout functions simplify UI positioning, though you can still use direct
162162

163163
## Adding the Gum NuGet Package
164164

165-
Before we can use Gum in our project, we first need to add it using NuGet. NuGet is a package manager for .NET projects that allow you to add libraries made by other developers to your project, much in the same way that we've created and added the class library project.
165+
Before we can use Gum in our project, we first need to add it using NuGet. NuGet is a package manager for .NEt projects that allows you to add third-party libraries into your project, similar to how we [created and added our own class library](../04_creating_a_class_library/index.md).
166166

167167
To add the NuGet package, follow the instructions below based on which development environment you are using:
168168

0 commit comments

Comments
 (0)