@kosatyi/ejs 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Embedded JavaScript templates
|
|
4
4
|
|
|
5
|
-

|
|
6
|
-

|
|
8
|
-

|
|
5
|
+
[](https://www.npmjs.com/package/@kosatyi/ejs)
|
|
6
|
+
[](https://github.com/kosatyi/ejs/issues)
|
|
7
|
+
[](https://github.com/kosatyi/ejs/blob/master/LICENCE)
|
|
9
8
|
|
|
10
9
|
## Install
|
|
11
10
|
|
|
@@ -20,7 +19,7 @@ $ npm install @kosatyi/ejs --save
|
|
|
20
19
|
```js
|
|
21
20
|
const ejs = require('@kosatyi/ejs');
|
|
22
21
|
|
|
23
|
-
// path where templates is located
|
|
22
|
+
// path where templates is located
|
|
24
23
|
ejs.configure({
|
|
25
24
|
path: 'views'
|
|
26
25
|
})
|