Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ There are two ways in which you can define your own template:
* using a template string
* creating a template file

In either case, the template must be written using [EJS](http://www.embeddedjs.com/) which is a JavaScript templating language. Here's a sample template:
In either case, the template must be written using [EJS](https://ejs.co/) which is a JavaScript templating language. Here's a sample template:

```
<%= name %>@<%= version %>
Expand Down