From dde87ba3bc4ba5eba41fe6631a547df7088e371d Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Wed, 28 Feb 2024 14:03:44 -0500 Subject: [PATCH] Minor link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe83ced..b4f99ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wordpress-export-to-markdown -Converts a WordPress export file into Markdown files that are compatible with static site generators ([Eleventy](https://www.11ty.dev/), [Gatsby](https://www.gatsbyjs.org/), [Hugo](https://gohugo.io/), etc.). +Converts a WordPress export file into Markdown files that are compatible with static site generators ([Eleventy](https://www.11ty.dev/), [Gatsby](https://www.gatsbyjs.com/), [Hugo](https://gohugo.io/), etc.). Each post is saved as a separate Markdown file with frontmatter. Images are downloaded and saved.