Skip to content

Commit

Permalink
Hopefully final markdown fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Sep 5, 2019
1 parent 1ba212c commit 34d0f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Code Snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Several code snippets are provided to make working with Ookii.CommandLine even e

All snippets are provided for C# and Visual Basic. To use them, either run the `Install-Snippets.ps1` script with PowerShell, or manually copy the snippet files to the "Visual Studio \<version>\Code Snippets\Visual C#\My Code Snippets" or "Visual Studio \<version>\Code Snippets\Visual Basic\My Code Snippets" folder located in your My Documents folder. Alternatively, use the snippet manager inside Visual Studio to import the snippet files.

The Install-Snippets.ps1 script will install the snippets for Visual Studio 2005 2008, 2010, 2012, 2013, 2015, 2017 and 2019 if the snippet folders for those versions exist.
The Install-Snippets.ps1 script will install the snippets for Visual Studio 2005 through 2019 if the snippet folders for those versions exist.

To uninstall, simply remove the files from those folders.

Expand Down
2 changes: 1 addition & 1 deletion docs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ To view and edit the source code of Ookii.CommandLine or the included sample app
* [Shell Commands](Shell%20Commands.md)
* [Line Wrapping Text Writer](Line%20Wrapping%20Text%20Writer.md)
* [Code Snippets](Code%20Snippets.md)
* [Class Library Documentation](http://www.ookii.org/link.ashx?id=CommandLineDoc.md)
* [Class Library Documentation](http://www.ookii.org/link.ashx?id=CommandLineDoc)

0 comments on commit 34d0f5c

Please sign in to comment.