Update README.md

This commit is contained in:
Martin Sumner 2024-09-06 11:41:05 +01:00
parent 54e3096020
commit 0cc998a7e3

View file

@ -64,9 +64,13 @@ The book_start method should respond once startup is complete. The [leveled_boo
Running in Riak requires Riak 2.9 or beyond, which is available from January 2019. Running in Riak requires Riak 2.9 or beyond, which is available from January 2019.
There are three main branches: There are two main branches under active development:
[`develop-3.1` - default](https://github.com/martinsumner/leveled/tree/develop-3.1): Target for the Riak 3.1 release with support for OTP 22 and OTP 24; [`develop-3.4` - default](https://github.com/martinsumner/leveled/tree/develop-3.4): Target for the Riak 3.4 release with support for OTP 24 and OTP 26;
[`develop-3.1`](https://github.com/martinsumner/leveled/tree/develop-3.1): Target for the Riak 3.2 release with support for OTP 22 and OTP 24.
There are two legacy branches, used in older versions of Riak:
[`develop-3.0`](https://github.com/martinsumner/leveled/tree/develop-3.0): Used in the Riak 3.0 release with support for OTP 20 and OTP 22; [`develop-3.0`](https://github.com/martinsumner/leveled/tree/develop-3.0): Used in the Riak 3.0 release with support for OTP 20 and OTP 22;