Skip to content

Commit d7abee8

Browse files
committed
chore(docs): add docs and bump version
1 parent a58b4c3 commit d7abee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const result = await rcon.execute("status");
2323
console.log(result);
2424
```
2525

26-
For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc).
26+
For more examples, see the [documentation on jsr](https://jsr.io/@c43721/rcon/doc) or see the [cli.ts file](cli.ts).
2727

2828
## Contributing
2929

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@std/cli": "jsr:@std/cli@^1.0.6",
66
"@std/io": "jsr:@std/io@^0.225.0"
77
},
8-
"version": "0.0.2",
8+
"version": "0.0.3",
99
"exports": "./mod.ts",
1010
"publish": {
1111
"include": ["README.md", "mod.ts", "src/"]

0 commit comments

Comments
 (0)