From a105d36339be2095d9b8243bc0917b00023a49c9 Mon Sep 17 00:00:00 2001 From: Sam Moors Date: Thu, 5 Oct 2023 08:54:52 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c417f68..cdec5fd4 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Finally, we can create a new local branch (`-c`) and checkout one of these feature branches (e.g. `example_branch` from the remote `casparvl`). Here, we've picked `my_own_example_branch` as the local branch name: ```bash -$ git switch -c my_owm_example_branch casparvl/example_branch +$ git switch -c my_own_example_branch casparvl/example_branch ``` While the initial setup is a bit more involved, the advantage of this approach