Skip to content

Commit 0cc1e74

Browse files
committed
🔤 🐛 mistake in $.api() example
1 parent 07e8805 commit 0cc1e74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ s.echo("Hello World!").to("hello.txt");
6363
```js
6464
// ls.mjs
6565
$.api()
66-
.command("ls [folder]")
67-
.description("list files")
66+
.command("ls [folder]", "list files")
6867
.option("-a", "list all files")
6968
.action((folder, options)=> {
7069
if(Object.keys(options).length === 0)

0 commit comments

Comments
 (0)