From 07656d5e09d22cbe49bb97b6bf4477b7214b00f3 Mon Sep 17 00:00:00 2001 From: Kotaro Kawashima Date: Sun, 18 Mar 2018 00:43:33 +0900 Subject: [PATCH] Fix: default template url #15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e9213..83bd475 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ $ wp package install vccw-team/wp-cli-scaffold-movefile You can customize a default template of the movefile.yml. ``` -$ curl -o ~/.wp-cli/movefile.mustache https://github.com/vccw-team/wp-cli-scaffold-movefile/blob/master/templates/movefile.mustache +$ curl -o ~/.wp-cli/movefile.mustache https://raw.githubusercontent.com/vccw-team/wp-cli-scaffold-movefile/master/src/templates/movefile.mustache ``` Then edit `~/.wp-cli/movefile.mustache`.