Skip to content

Commit 562d4c2

Browse files
authored
Merge pull request #171 from brunosaboia/fix-readme-typo
Fix a typo in README.md
2 parents cb072ec + d1359ff commit 562d4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The **Install-Package** command considers the package source either via configur
5959
- To specify the package source via a configuration option, see https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior. Note that usually a NuGet.config file is placed in the directory and the configuration options are added there to ensure the sources are persisted in the version control.
6060

6161
```
62-
PM> Install-Package DocumentFormat.OpenXml -Verison <version retrieved from the web>
62+
PM> Install-Package DocumentFormat.OpenXml -Version <version retrieved from the web>
6363
```
6464

6565
- To pass the feed URL as an argument, here is an example for Visual Studio 2015 and later.

0 commit comments

Comments
 (0)