Skip to content

Commit 247da09

Browse files
committed
Docs: README.md
Fixes quote type in examples for consistency. [skip ci]
1 parent b6c7c76 commit 247da09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ module.exports = {
3030
test: /\.ejs$/,
3131
loader: 'ejs-html-loader',
3232
options: {
33-
title: "The Ant: An Introduction",
33+
title: 'The Ant: An Introduction',
3434
season: 1,
3535
episode: 9,
36-
production: process.env.ENV === "production"
36+
production: process.env.ENV === 'production'
3737
}
3838
}]
3939
}

0 commit comments

Comments
 (0)