Correct branch links in readme. (#469)

* Add branches info in readme.

* Correct branch links.
This commit is contained in:
Christopher Chong
2024-03-29 09:46:58 +03:00
committed by GitHub
parent 9e041b81e8
commit a4c7760aec

View File

@@ -34,10 +34,10 @@ at your option.
## Branches
- [`main`][main]
- [`main`](https://github.com/tlsnotary/tlsn/tree/main)
- Default branch — points to the latest release.
- This is stable and suitable for most users.
- [`dev`][dev]
- [`dev`](https://github.com/tlsnotary/tlsn/tree/dev)
- Development branch — contains the latest PRs.
- Developers should submit their PRs against this branch.