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).