From 8c11b56aa96ac51f99b687f50f19c7d0996a4952 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 9 Jan 2020 03:54:57 -0700 Subject: [PATCH] use explicit versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ebd7fe..a20f0c0 100644 --- a/README.md +++ b/README.md @@ -402,8 +402,8 @@ Greenlock comes with reasonable defaults but when you install it, you should also install any plugins that you need. ```bash -npm install --save @root/greenlock -npm install --save greenlock-manager-fs +npm install --save @root/greenlock@v4 +npm install --save @greenlock/manager npm install --save greenlock-store-fs npm install --save acme-http-01-standalone ```