diff --git a/README.md b/README.md index 05289f6..c344577 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this code to your `_config.ts` file: ```ts import lume from "lume/mod.ts"; -import blog from "https://deno.land/x/lume_theme_simple_blog/mod.ts"; +import blog from "https://deno.land/x/lume_theme_simple_blog@v0.1.0/mod.ts"; const site = lume();