From 43936d253a293e5f13e415a3a3afc315e1cfaeca Mon Sep 17 00:00:00 2001 From: Phil Gates-Idem Date: Sun, 21 Sep 2014 16:44:43 -0400 Subject: [PATCH] raptor-optimizer renamed to optimizer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e503e49..6c8b714f9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Widget.prototype = { module.exports = Widget; ``` -In order for everything to work on the client-side we need to include the code for the `raptor-widgets` module and the `./widget.js` module as part of the client bundle and we also need to use the custom `` tag to let the client know which widgets rendered on the server need to be initialized on the client. To include the client-side dependencies will be using the [raptor-optimizer](https://github.com/raptorjs3/raptor-optimizer) module and the taglib that it provides. Our final page template is shown below: +In order for everything to work on the client-side we need to include the code for the `raptor-widgets` module and the `./widget.js` module as part of the client bundle and we also need to use the custom `` tag to let the client know which widgets rendered on the server need to be initialized on the client. To include the client-side dependencies will be using the [optimizer](https://github.com/raptorjs3/optimizer) module and the taglib that it provides. Our final page template is shown below: __src/pages/index/template.rhtml:__ @@ -350,7 +350,7 @@ Returns a nested DOM element by prefixing the provided `widgetElId` with the wid #### getElId(widgetElId) -Similar to `getEl`, but only returns the String ID of the DOM element instead of the actual DOM element. +Similar to `getEl`, but only returns the String ID of the DOM element instead of the actual DOM element. #### insertAfter(targetEl)