Skip to content

Commit 0c163fe

Browse files
committed
updated metadata and readme
1 parent 8e875e3 commit 0c163fe

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# command-demo
2-
demo command repository
1+
# command-help
2+
3+
Librarian's built-in help command.
4+
5+
```shell
6+
./librarian help
7+
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["cli","command-line", "markdown"],
88
"autoload": {
99
"psr-4": {
10-
"Librarian\\": "Command/"
10+
"librarianphp\\": "Command/"
1111
}
1212
},
1313
"require": {

0 commit comments

Comments
 (0)