From 67916f3c2bb98c32b29f7e445a5d11d65eefe3eb Mon Sep 17 00:00:00 2001 From: Rafael Laverde Date: Fri, 10 Mar 2017 15:58:06 -0500 Subject: [PATCH] Fix some errors in the Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a1cb6..c5a118c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This json files can be used with js libraries like [Tipue search](http://www.tip To enable the plugin add this to your project file, run this command while sitting in your Lektor project directory: ```bash -lektor plugins add lektor-tipue-search +lektor plugins add lektor-static-search ``` ## Configurations @@ -50,7 +50,7 @@ type = string label = Summary type = string -fields.tags] +[fields.tags] label = Tags type = checkboxes choices = some_tag, another_tag