Skip to content

Commit ee9a557

Browse files
authored
Typo.
1 parent 54cf776 commit ee9a557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Laravel React Compiler Middleware
33

44
[![Latest Stable Version](http://img.shields.io/packagist/v/estey/laravel-react-middleware.svg)](https://packagist.org/packages/estey/laravel-react-middleware) [![Build Status](https://travis-ci.org/BradEstey/laravel-react-middleware.svg)](https://travis-ci.org/BradEstey/laravel-react-middleware) [![Coverage Status](https://coveralls.io/repos/github/BradEstey/laravel-react-middleware/badge.svg?branch=master)](https://coveralls.io/github/BradEstey/laravel-react-middleware?branch=master)
55

6-
This is a [Laravel](https://laravel.com) middleware used to help with [React Server-size Rendering](https://facebook.github.io/react/docs/environments.html#node). This middleware makes an HTTP request to a local [Node.js](https://nodejs.org) server compiling the React application. It then injects the returned HTML into your Laravel view. Use [Blade Templates](https://laravel.com/docs/5.2/blade) as you would normally.
6+
This is a [Laravel](https://laravel.com) middleware used to help with [React Server-side Rendering](https://facebook.github.io/react/docs/environments.html#node). This middleware makes an HTTP request to a local [Node.js](https://nodejs.org) server compiling the React application. It then injects the returned HTML into your Laravel view. Use [Blade Templates](https://laravel.com/docs/5.2/blade) as you would normally.
77

88
- [How it Works](#how-it-works)
99
- [Installation](#installation)

0 commit comments

Comments
 (0)