From af21001f7a65eafb8fb16460b018ebf9d75e2ad8 Mon Sep 17 00:00:00 2001 From: Daan Date: Wed, 2 Apr 2025 12:17:45 -0700 Subject: [PATCH] clarify to use as the PR branch --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5a495275..8b2ada1f 100644 --- a/readme.md +++ b/readme.md @@ -73,7 +73,7 @@ Enjoy! ### Branches * `master`: latest stable release (still based on `dev2`). -* `dev`: development branch for mimalloc v1. Use this branch for submitting PR's. +* `dev`: development branch for mimalloc v1. **Use this branch for submitting PR's**. * `dev2`: development branch for mimalloc v2. This branch is downstream of `dev` (and is essentially equal to `dev` except for `src/segment.c`). Uses larger sliced segments to manage mimalloc pages that can reduce fragmentation.