diff --git a/README.md b/README.md index f49027f..ab3c9ee 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ [ejs](https://ejs.co/) remote client side includes. +```js +html = ejs.rr('sayhello.ejs', {name: 'Simon'}); +``` + ## Quick start 0. Install with `npm i ejs-render-remote`