From 6a0d47fdcabc71e787d77d3a946e490b0f2b5998 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 19 Mar 2017 19:13:49 +0200 Subject: README.md: Fix references to dimension --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6eb095..5ad1a1f 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ theme. In your Hugo site's folder: ```sh -$ git clone https://github.com/thomasheller/crab themes/dimension +$ git clone https://github.com/thomasheller/crab themes/crab ``` Alternatively, if your site is in a git repository, you can use git submodules: ```sh -$ git submodule add https://github.com/thomasheller/crab themes/dimension +$ git submodule add https://github.com/thomasheller/crab themes/crab ``` To update the theme to the latest version, simply pull in the changes: -- cgit v1.2.3