From 9d412f0d6ac53b47266bbbe03eff36ab653d4494 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sat, 13 Sep 2014 12:39:19 -0400 Subject: Updating the script style guide #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fc307a5..63ec6f0 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Note: The tools contained within this module were all designed such that they ca **For all contributors and future contributors to PowerSploit, I ask that you follow this style guide when writing your scripts/modules.** -* 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: +* 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: * * -- cgit v1.2.3