From 1284a11acba974932f64d22426b857db54880d9b Mon Sep 17 00:00:00 2001 From: s2 Date: Sun, 14 Apr 2019 18:12:08 +0200 Subject: [PATCH] add install instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 046329e..8bcdc12 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ ## Quick start +0. Install with `npm i ejs-render-remote` 1. Include this script ```html - + ``` 2. Creare a file with your template, for example `templates/hello-world.ejs` containing `hello <%= name %>!` 3. Render the remote template: