diff --git a/content/docs/gettingstarted/index.md b/content/docs/gettingstarted/index.md index ce718ce..1776efc 100644 --- a/content/docs/gettingstarted/index.md +++ b/content/docs/gettingstarted/index.md @@ -29,7 +29,7 @@ It is highly recommended to switch from the `main` branch to the latest release: ```bash cd themes/duckling -git checkout tags/v0.1.0 +git checkout tags/0.1.1 ``` Then, enable it in your `config.toml`: @@ -43,6 +43,6 @@ To update the theme, simply switch to a new tag: ```bash git submodule update --remote --merge cd themes/duckling -git checkout tags/v0.1.0 +git checkout tags/0.1.1 ```