README.md in rage-rb-1.0.0 vs README.md in rage-rb-1.1.0

- old
+ new

@@ -51,11 +51,15 @@ - [Controller API](https://rage-rb.pages.dev/RageController/API) - [Routing API](https://rage-rb.pages.dev/Rage/Router/DSL/Handler) - [Fiber API](https://rage-rb.pages.dev/Fiber) - [Logger API](https://rage-rb.pages.dev/Rage/Logger) - [Configuration API](https://rage-rb.pages.dev/Rage/Configuration) +- [CORS middleware](https://rage-rb.pages.dev/Rage/Cors) -Also, see the [changelog](https://github.com/rage-rb/rage/blob/master/CHANGELOG.md) and [upcoming-releases](https://github.com/rage-rb/rage#upcoming-releases) for currently supported and planned features. +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) ### Example A sample controller could look like this: