1
0
mirror of https://github.com/S2-/ejs-render-remote synced 2025-08-01 12:10:04 +02:00

add an example

This commit is contained in:
s2
2019-04-14 18:55:14 +02:00
parent a2bd63ae60
commit c1f83b7468

View File

@@ -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`