Skip to content

Commit 4469a28

Browse files
authored
Update getting-started.md
1 parent 93b4a6e commit 4469a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### 1. Create a New WinUI3
44

5-
If you don't already have a WinUI 3 project prject, create one in Visual Studio.
5+
If you don't already have a WinUI 3 project, create one in Visual Studio.
66

77
### 2: Install NuGet Package
8-
Inatall `WinUI.TableView` NuGet package to your app with your preferred method. Here is the one using NuGet Package Manager:
8+
Install [WinUI.TableView](https://www.nuget.org/packages/WinUI.TableView) NuGet package to your app with your preferred method. Here is the one using NuGet Package Manager:
99

1010
```bash
1111
Install-Package WinUI.TableView

0 commit comments

Comments
 (0)