Skip to content

Commit 3469f21

Browse files
committed
Improve author name
1 parent 2b1318d commit 3469f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Usage: `create_new_add_on.py [-h] [--dest DEST] --name NAME --author AUTHOR`
2020
Example that creates an add-on at "~/development/test":
2121

2222
```bash
23-
python3.4 create_new_add_on.py --dest=~/development --name="test" --author="test"
23+
python3.4 create_new_add_on.py --dest=~/development --name="test" --author="Author Name"
2424
```
2525

0 commit comments

Comments
 (0)