From d47cfda32afb551f663dd37ae303ad0df112ef34 Mon Sep 17 00:00:00 2001 From: Francois-Guillaume Ribreau Date: Wed, 24 Jun 2020 10:37:16 +0200 Subject: [PATCH] Fix readme example Fix readme example. Current example yield an error `The target is not a valid Git reference` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e07b3f..4688ff4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Automatically create a branch for the split by passing a branch name via the `--target` option: ```bash -splitsh-lite --prefix=lib/ --target=branch-name +splitsh-lite --prefix=lib/ --target=heads/branch-name ``` If new commits are made to the repository, update the split by running the same