README.md in hanami-2.0.0.alpha2 vs README.md in hanami-2.0.0.alpha3
- old
+ new
@@ -1,9 +1,13 @@
# Hanami :cherry_blossom:
The web, with simplicity.
+## Version
+
+**This branch contains the code for `hanami` 2.0.x.**
+
## Frameworks
Hanami is a **full-stack** Ruby web framework.
It's made up of smaller, single-purpose libraries.
@@ -23,11 +27,11 @@
These components are designed to be used independently or together in a Hanami application.
## Status
[![Gem Version](https://badge.fury.io/rb/hanami.svg)](https://badge.fury.io/rb/hanami)
-[![CI](https://github.com/hanami/hanami/workflows/ci/badge.svg?branch=unstable)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3Aunstable)
-[![Test Coverage](https://codecov.io/gh/hanami/hanami/branch/unstable/graph/badge.svg)](https://codecov.io/gh/hanami/hanami)
+[![CI](https://github.com/hanami/hanami/workflows/ci/badge.svg?branch=main)](https://github.com/hanami/hanami/actions?query=workflow%3Aci+branch%3Amain)
+[![Test Coverage](https://codecov.io/gh/hanami/hanami/branch/main/graph/badge.svg)](https://codecov.io/gh/hanami/hanami)
[![Depfu](https://badges.depfu.com/badges/ba000e0f69e6ef1c44cd3038caaa1841/overview.svg)](https://depfu.com/github/hanami/hanami?project=Bundler)
[![Inline Docs](http://inch-ci.org/github/hanami/hanami.svg)](http://inch-ci.org/github/hanami/hanami)
## Installation