From 6700598a06207c20c911ab206b1f3ef063391d7c Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 11 Sep 2025 21:13:21 +0200 Subject: [PATCH] Fix prev gen impl branch name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14d2c12..3a0391c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ and the shell completion files in the `/foo/completion/` directory. All development happens on `develop` branch. This branch contains the current generation (3.x) of the asciinema CLI, written in Rust. -The previous generation (2.x), written in Python, can be found in the `v2` +The previous generation (2.x), written in Python, can be found in the `python` branch. If you wish to propose non-trivial code changes, please first reach out to the