From 6368c2fdb61d5d368299eb138945dcee45617f6c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 5 Mar 2017 16:22:43 -0300 Subject: [PATCH] As convention, have variables in uppercase --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 574bfd7a..1fe26160 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ run in Bash, otherwise will fallback to `cmd` (on Windows). build: deps: [setvar] cmds: - - echo "{{prefix}} {{THEVAR}}" + - echo "{{PREFIX}} {{THEVAR}}" vars: - prefix: "Path:" + PREFIX: "Path:" setvar: cmds: