From ba745d6224cb4212e54ad132f5c2deb2b15ff217 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 3 Oct 2020 14:45:16 -0400 Subject: [PATCH] Remove WIP from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cb8c293..cb143eb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Psenv -**Work in progress** - Shim to load environment variables from [AWS Systems Manager Parameter Store](https://aws.amazon.com/systems-manager/features/#Parameter_Store) into ENV. Psenv currently heavily borrows from [Dotenv](https://github.com/bkeepers/dotenv), mainly because I use it in roughly every project so it made sense for the APIs to match.