README.md in rage-rb-1.7.0 vs README.md in rage-rb-1.8.0

- old
+ new

@@ -42,11 +42,11 @@ Start coding! ## Getting Started -This gem is designed to be a drop-in replacement for Rails in API mode. Public API is mostly expected to match Rails, however, sometimes it's a little bit more strict. +This gem is designed to be a drop-in replacement for Rails in API mode. Public API is expected to fully match Rails. Check out in-depth API docs for more information: - [Controller API](https://rage-rb.pages.dev/RageController/API) - [Routing API](https://rage-rb.pages.dev/Rage/Router/DSL/Handler) @@ -58,10 +58,12 @@ Also, see the following integration guides: - [Rails integration](https://github.com/rage-rb/rage/wiki/Rails-integration) - [RSpec integration](https://github.com/rage-rb/rage/wiki/RSpec-integration) +If you are a first-time contributor, make sure to check the [overview doc](https://github.com/rage-rb/rage/blob/master/OVERVIEW.md) that shows how Rage's core components interact with each other. + ### Example A sample controller could look like this: ```ruby @@ -155,10 +157,10 @@ render json: World.find(rand(10_000)) end end ``` -![Requests per second-2](https://github.com/user-attachments/assets/b7ee0bff-e7c8-4fd4-a565-ce0b67a6320e) +![Requests per second](https://github.com/user-attachments/assets/04678788-0034-4db4-9582-d0bc16fd9e28) ## Upcoming releases Status | Changes -- | ------------