Skip to content

Commit

Permalink
docs: update rimu deno.land URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
srackham committed Sep 17, 2020
1 parent f8ebc42 commit d568767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,7 +64,7 @@ Deno modules don't need explicit installation just import the module
URL, for example:

``` javascript
import * as rimu from "https://deno.land/x/rimu/mod.ts";
import * as rimu from "https://deno.land/x/rimu@11.1.2/mod.ts";

console.log(rimu.render("Hello *Rimu*!"));
```
Expand All @@ -73,7 +73,7 @@ Use the Deno `install` command to install the Rimu CLI executable.
The following example creates the CLI executable named `rimudeno`
in `$HOME/.deno/bin/rimudeno`:

deno install -A --name rimudeno https://deno.land/x/rimu/src/deno/rimuc.ts
deno install -A --name rimudeno https://deno.land/x/rimu@11.1.2/src/deno/rimuc.ts

**Browser**

Expand Down

0 comments on commit d568767

Please sign in to comment.