From f9cae402b124830512973605182d53ed3828b9c5 Mon Sep 17 00:00:00 2001 From: maiki Date: Wed, 10 Apr 2019 19:41:31 -0700 Subject: [PATCH] Fix misspelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43b6c59..bc2cb3b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ driven websites. It has the following features: ## Hugo export - Data is automatically exported to the configured Hugo website path. -- It can export `markdwon` files or `json/toml` data files +- It can export `markdown` files or `json/toml` data files - All fields in the exported files can be customized - You can define custom output formats by using the `FormatHandler` interface.