README.md in hanami-2.0.0.alpha8 vs README.md in hanami-2.0.0.beta1
- old
+ new
@@ -12,14 +12,12 @@
It's made up of smaller, single-purpose libraries.
This repository is for the full-stack framework,
which provides the glue that ties all the parts together:
-* [**Hanami::Model**](https://github.com/hanami/model) - Persistence with entities, repositories and data mapper
* [**Hanami::View**](https://github.com/hanami/view) - Presentation with a separation between views and templates
* [**Hanami::Controller**](https://github.com/hanami/controller) - Full featured, fast and testable actions for Rack
-* [**Hanami::Validations**](https://github.com/hanami/validations) - Validations mixin for Ruby objects
* [**Hanami::Router**](https://github.com/hanami/router) - Rack compatible HTTP router for Ruby
* [**Hanami::Helpers**](https://github.com/hanami/helpers) - View helpers for Ruby applications
* [**Hanami::Mailer**](https://github.com/hanami/mailer) - Mail for Ruby applications
* [**Hanami::Assets**](https://github.com/hanami/assets) - Assets management for Ruby
* [**Hanami::Utils**](https://github.com/hanami/utils) - Ruby core extensions and class utilities
@@ -52,10 +50,10 @@
Please follow along with the [Getting Started guide](https://guides.hanamirb.org/getting-started/).
## Donations
-You can give back to Open Source, by supporting Hanami development via a [donation](https://salt.bountysource.com/teams/hanami). :green_heart:
+You can give back to Open Source, by supporting Hanami development via [GitHub Sponsors](https://github.com/sponsors/hanami).
### Supporters
* [Trung LĂȘ](https://github.com/runlevel5)
* [James Carlson](https://github.com/jxxcarlson)