From ad7f59c8e3582dfb8c92ec0d73aa1db664ac1901 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sat, 5 Dec 2015 13:43:20 +0500 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a9449..c558741 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,6 @@ If branch (e.g. *addons-yelizariev-9.0-some-feature*) already exists in **addons git checkout -b 9.0-some-feature addons-dev/addons-yelizariev-9.0-some-feature # push to your fork of target repo - git push origin addons-yelizariev-9.0-some-feature + git push origin 9.0-some-feature # create PR to target repo