From fb7fc644645496157fec88045f45d9ca13054adb Mon Sep 17 00:00:00 2001 From: Brian M Johnson Date: Sun, 2 Jun 2024 18:31:06 +0530 Subject: [PATCH] Fix typo in README.md Change "vuepresss" to "vuepress" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aedcaf..7dc10e3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you're unable to complete these steps, feel free to raise a pull request with ## Project Overview -It's built with [VuePress V2](https://v2.vuepress.vuejs.org/guide/getting-started.html) which is currently in beta, the main configuration comes from [vuepresss.config.ts](vuepress.config.ts), while [vuepress.client.ts](vuepress.client.ts) contains client-side configuration like redirects to keep old social media links alive, the css and static images can be modified in [.vuepress/public](.vuepress/public) and [.vuepress/styles](.vuepress/styles) +It's built with [VuePress V2](https://v2.vuepress.vuejs.org/guide/getting-started.html) which is currently in beta, the main configuration comes from [vuepress.config.ts](vuepress.config.ts), while [vuepress.client.ts](vuepress.client.ts) contains client-side configuration like redirects to keep old social media links alive, the css and static images can be modified in [.vuepress/public](.vuepress/public) and [.vuepress/styles](.vuepress/styles) The homepage comes from [index.md](index.md), there is some custom Vue code I've taken from to generate the blog links in [components](components), and to generate the tables in [guides/index.md](guides/index.md).