From bbd382e52a131b3e876ee145d7abd834cdfb5d0c Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sun, 23 Feb 2014 10:31:24 -0500 Subject: #31 Persistence module function nouns are now singular The function names New-UserPersistenceOption and New-ElevatedPersistenceOptionNew-ElevatedPersistenceOption now conform to PowerShell naming best practices. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2534c34..556cd2e 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,11 @@ Strips comments and extra whitespace from a script. **Add persistence capabilities to a PowerShell script** -#### `New-UserPersistenceOptions` +#### `New-UserPersistenceOption` Configure user-level persistence options for the Add-Persistence function. -#### `New-ElevatedPersistenceOptions` +#### `New-ElevatedPersistenceOption` Configure elevated persistence options for the Add-Persistence function. -- cgit v1.2.3