diff --git a/README.md b/README.md index 8cf1b49..e563f71 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Requirements: a UNIX system, recent versions of NodeJS and Yarn. The first step is to install `powar_init` globally with Deno: ```sh -$ deno install --allow-read --allow-run https://github.com/kontheocharis/powar/powar_init.ts +$ deno install --allow-read --allow-run https://deno.land/x/powar@1.0.1/powar_init.ts ``` Then, create a new Powar project (where `powar_init` should be replaced by the @@ -95,6 +95,5 @@ Done. To see all the available command-line arguments for `powar_init`, run `powar_init -h`. - - +All available API functions provided by `powar` are documented in +[here](https://deno.land/x/powar@1.0.1/api.ts?s=CommonApi). diff --git a/example/deps.ts b/example/deps.ts index 99288c9..7d5d8d5 100644 --- a/example/deps.ts +++ b/example/deps.ts @@ -1 +1 @@ -export * as powar from "../mod.ts"; +export * as powar from " https://deno.land/x/powar@1.0.0/mod.ts";