From 655cbcdb9a81db774dd1a66fada085dd6c20dee0 Mon Sep 17 00:00:00 2001 From: Teddy Toussaint Date: Thu, 19 Sep 2019 11:40:05 +0200 Subject: [PATCH] Fix README typo Had "inside.ejs" instead of "index.ejs" --- examples/custom-insertion-position/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-insertion-position/readme.md b/examples/custom-insertion-position/readme.md index 124bc575..416f2ba3 100644 --- a/examples/custom-insertion-position/readme.md +++ b/examples/custom-insertion-position/readme.md @@ -1,7 +1,7 @@ # custom insertion example This example shows how you can define the position where the scripts are injected -by setting `inject:false` and using the template parameters inside the `inside.ejs` +by setting `inject:false` and using the template parameters inside the `index.ejs` The example is using the template parameters `headTags` and `bodyTags`