From 9a29d25363c788c47345b099685a2bd8dffd9182 Mon Sep 17 00:00:00 2001 From: Deardrops Date: Sat, 10 Mar 2018 16:42:04 +0800 Subject: [PATCH] fixup wixoss images download url use https instead of http --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34452a2..2e62bc9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ``` cd webxoss-client - curl http://webxoss.com/images.tar | tar xv + curl https://webxoss.com/images.tar | tar xv cd - ```