Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 16, 2022
1 parent 1087a49 commit 1c005f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 1c005f1

Please sign in to comment.