From 2b426e5cc3ef064dbc7538b6f5666ba21becb711 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Thu, 19 May 2016 22:24:44 -0700 Subject: [PATCH] Fixed typo in readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ad314e5..013fae9 100644 --- a/Readme.md +++ b/Readme.md @@ -182,7 +182,7 @@ Change the file extension of processed files to `.html` (optional). This option ```json { "plugins": { - "metalsmith-in-place": { + "metalsmith-layouts": { "engine": "handlebars", "rename": true }