diff --git a/README.md b/README.md index d6c4f9c..091e464 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,12 @@ Performs value encryption or decryption using a specified algorithm. ### Encryption (Default) ``` -Invoke-SymmectricCryptography [-Encrypt] -Algorithm -Data [-Export] - [-ExportFormat ] [-ExportPath ] [-ContinueOnError] [] +Invoke-SymmectricCryptography [-Encrypt] -Algorithm -Data [-Export] [-ExportFormat ] [-ExportPath ] [-ContinueOnError] [] ``` ### Decryption ``` -Invoke-SymmectricCryptography [-Decrypt] -Algorithm -EncryptedData -Key - -InitializationVector [-ContinueOnError] [] +Invoke-SymmectricCryptography [-Decrypt] -Algorithm -EncryptedData -Key -InitializationVector [-ContinueOnError] [] ``` ## DESCRIPTION