From 1ec5d56a520a69662b773fc2aadc65a1b735b5cb Mon Sep 17 00:00:00 2001 From: Eitan Mosenkis Date: Wed, 24 May 2017 19:50:06 +0300 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d75301..8d7bf8d4 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ You can also choose, at the section level, whether to automatically insert an an but can be turned on by setting `insert_anchor = "left"` or `insert_anchor = "right"` in the `_index.md` file. `left` will insert the anchor link before the title text and right will insert it after. -The default template is very basic and will need CSS tweaks in your projet to look decent. +The default template is very basic and will need CSS tweaks in your project to look decent. It can easily be overwritten by creating a `anchor-link.html` file in the `templates` directory. ### Shortcodes