Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 9d412f0

Browse files
author
mattifestation
committed
Updating the script style guide #2
1 parent 6df4cf9 commit 9d412f0

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
@@ -259,7 +259,7 @@ Note: The tools contained within this module were all designed such that they ca
259259

260260
**For all contributors and future contributors to PowerSploit, I ask that you follow this style guide when writing your scripts/modules.**
261261

262-
* Avoid Write-Host **at all costs**. ** PowerShell functions/cmdlets are not command-line utilities!** Pull requests containing code that uses Write-Host will not be considered. You should output custom objects instead. For more information on creating custom objects, read these articles:
262+
* Avoid Write-Host **at all costs**. PowerShell functions/cmdlets are not command-line utilities! Pull requests containing code that uses Write-Host will not be considered. You should output custom objects instead. For more information on creating custom objects, read these articles:
263263
* <http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/19/create-custom-objects-in-your-powershell-script.aspx>
264264
* <http://technet.microsoft.com/en-us/library/ff730946.aspx>
265265

0 commit comments

Comments
 (0)