From de245b3d955edb7bf6942a8babe15c5c35766ade Mon Sep 17 00:00:00 2001 From: Vinicius Niche Correa Date: Tue, 9 Jul 2019 12:30:46 -0300 Subject: [PATCH] changes branch name on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18c9432..139cbec 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ Snippet, whole code is available at [.circleci/config.yml](.circleci/config.yml) - run: yarn build ``` -as i named it `build` and my current branch is `development`, the local execution will be something like this: +as i named it `build` and my current branch is `develop`, the local execution will be something like this: -`$ circleci local execute --branch development --job build` \ No newline at end of file +`$ circleci local execute --branch develop --job build`