From 86e6a43528b788140172713172eac46d9821fa11 Mon Sep 17 00:00:00 2001 From: VALDINGER Date: Wed, 9 Jan 2019 08:36:20 -0500 Subject: [PATCH] Added simple README for now. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b5fb90 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# PSBase64 -- _Work with Base64 strings the easy way_ + +PSBase64 includes a set of cmdlets that makes working with Base64 encoded strings easier. These cmdlets are `ConvertTo-Base64String` and `ConvertFrom-Base64String`. \ No newline at end of file