Skip to content

Commit 2087e87

Browse files
committed
docs: Fix erronous docs
1 parent 78a1b00 commit 2087e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ git clone "https://github.com/eankeen/args" ~/.args
2525

2626
```bash
2727
# Declaring `args` may be required
28-
declare -a args
28+
declare -A args=()
2929

3030
# Pass through your command line arguments to 'args'
3131
# Pass your argument specification through stdin (see more examples below)
32-
source args.parse "$@" <<-"EOF"
32+
source bash-args parse "$@" <<-"EOF"
3333
@flag [port.p] {3000} - The port to open on
3434
EOF
3535

0 commit comments

Comments
 (0)