From c89b0ac3591c3cdff09813f1a8b7fc1f57234554 Mon Sep 17 00:00:00 2001 From: Jeff McLean Date: Tue, 4 Jan 2022 16:42:14 -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 9737a1d..53232b7 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