README.md in quilt_rails-3.4.2 vs README.md in quilt_rails-3.5.0

- old
+ new

@@ -169,10 +169,10 @@ In some cases you may want to send basic data from Rails to your React server. Quilt facilitates this case by providing consumers with a `data` argument on the `render_react` call. **Note:** The data passed should be data that is unlikely or will never change over the course of the session before they render any React components. -**Note:** Please note the minimal dependencies require to use this feature is listed in [CHANGELOG](./CHANGELOG.md#[1.12.0]-2020-05-07) +**Note:** Please note the minimal dependencies require to use this feature is listed in [CHANGELOG](./CHANGELOG.md#1.12.0-2020-05-07) ```ruby class ReactController < ApplicationController include Quilt::ReactRenderable