README.md in quilt_rails-1.9.0 vs README.md in quilt_rails-1.9.1

- old
+ new

@@ -1,13 +1,13 @@ # quilt_rails -A turn-key solution for integrating Quilt client-side libraries into your Rails app, with support for server-side-rendering using [`@shopify/react-server`](https://www.npmjs.com/package/@shopify/react-server), integration with [`@shopify/sewing-kit`](https://www.npmjs.com/package/@shopify/sewing-kit) for building, testing and linting, and front-end performance tracking through [`@shopify/performance`](https://www.npmjs.com/package/@shopify/performance). +A turn-key solution for integrating Quilt client-side libraries into your Rails app, with support for server-side-rendering using [`@shopify/react-server`](https://www.npmjs.com/package/@shopify/react-server), integration with [`@shopify/sewing-kit`](https://github.com/Shopify/sewing-kit) for building, testing and linting, and front-end performance tracking through [`@shopify/performance`](https://www.npmjs.com/package/@shopify/performance). ## Table of Contents - [Server-side-rendering](#server-side-rendering) - - [Quick start](#server-side-rendering-quick-start) + - [Quick start](#quick-start) - [Generate Rails boilerplate](#generate-rails-boilerplate) - [Add Ruby dependencies](#add-ruby-dependencies) - [Generate Quilt boilerplate](#generate-quilt-boilerplate) - [Try it out](#try-it-out) - [Manual Install](#manual-installation) @@ -28,11 +28,11 @@ - [Send the report](#send-the-report) - [Verify in development](#verify-in-development) - [Configure StatsD for production](#configure-statsd-for-production) - [API](#api) - [ReactRenderable](#reactrenderable) - - [PerformanceReportable](#performanceReportable) + - [Performance](#performance) - [Engine](#engine) - [Generators](#generators) ## Server-side-rendering @@ -386,10 +386,10 @@ end ``` ## Performance tracking a React app -Using [`Quilt::Performance::Reportable`](#performanceReportable) and [@shopify/react-performance](https://www.npmjs.com/package/@shopify/react-performance) it's easy to add performance tracking to apps using[`sewing_kit`](https://www.npmjs.com/package/@shopify/sewing-kit) for client-side-rendering or `quilt_rails` for server-side-rendering. +Using [`Quilt::Performance::Reportable`](#performanceReportable) and [@shopify/react-performance](https://www.npmjs.com/package/@shopify/react-performance) it's easy to add performance tracking to apps using[`sewing_kit`](https://github.com/Shopify/sewing-kit/tree/master/gems/sewing_kit#sewing_kit-) for client-side-rendering or `quilt_rails` for server-side-rendering. ### Install dependencies 1. Install the gem (if your app is not already using `quilt_rails`).