diff --git a/README.md b/README.md index 9916429..40ea1a0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ const result = await rcon.execute("status"); console.log(result); ``` -For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc). +For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc) or see the [cli.ts file](cli.ts). ## Contributing diff --git a/deno.json b/deno.json index b07ece0..1288022 100644 --- a/deno.json +++ b/deno.json @@ -5,7 +5,7 @@ "@std/cli": "jsr:@std/cli@^1.0.6", "@std/io": "jsr:@std/io@^0.225.0" }, - "version": "0.0.2", + "version": "0.0.3", "exports": "./mod.ts", "publish": { "include": ["README.md", "mod.ts", "src/"]