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: