From 210e580ee0d786805e579d7e957ea730de089353 Mon Sep 17 00:00:00 2001 From: Jeff McLean Date: Tue, 4 Jan 2022 16:46:34 -0600 Subject: [PATCH] fix: updates readme to test CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53232b7..9737a1d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ * [Further Reading](#further-reading) ## Introduction -A Hapi.js plugin that works with the [catalyst-server](https://github.com/expediagroup/catalyst-server) to aid in server-side rendering using Handlebars and React. It allows you to relate a Handlebars template and a React component to a route. This route will automatically be registered with the server and will decorate `request.pre.component` with the react component and the `request.pre.template` with the template. It will also register @hapi/vision and server views with Handlebars rendering for the page scaffolding. +A Hapi.js plugin that works with the [catalyst-server](https://github.com/expediagroup/catalyst-server) to aid in server-side rendering using Handlebars and React. It allows you to relate a Handlebars template and a React component to a route. This route will automatically be registered with the server and will decorate `request.pre.component` with the react component and the `request.pre.template` with the template. It will also register @hapi/vision and server views with Handlebars rendering for the page scaffolding ## Usage