From 4c02c19e519fbe75e8de1c51f07274a68eacefe6 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Fri, 31 Jan 2025 00:06:00 +0000
Subject: [PATCH] theme(fix): update module paths to v2

---
 README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d7c4ae6..07aae74 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 The intent of this theme is to provide a solid starting place for Hugo sites with basic features and include best practices for performance, accessibility, and rapid development.
 
-![screenshot](https://raw.githubusercontent.com/budparr/gohugo-theme-ananke/master/images/screenshot.png)
+![screenshot](images/screenshot.png)
 
 [DEMO](https://ananke-theme.netlify.app/)
 
@@ -67,7 +67,7 @@
 2. Add the theme's repo to your `config.toml`:
 
    ```toml
-   theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
+   theme = ["github.com/theNewDynamic/gohugo-theme-ananke/v2"]
    ```
 
 ### As Git Submodule

--
Gitblit v1.10.0