mirror of
https://github.com/chenasraf/licenseg.git
synced 2026-05-17 17:48:03 +00:00
docs: fix typo
This commit is contained in:
10
README.md
10
README.md
@@ -14,17 +14,17 @@ Or install globally:
|
||||
|
||||
```shell
|
||||
# with your favorite package manager
|
||||
pnpm add -g licenceg
|
||||
yarn global add licenceg
|
||||
pnpm i -g licenceg
|
||||
pnpm add -g licenseg
|
||||
yarn global add licenseg
|
||||
pnpm i -g licenseg
|
||||
|
||||
# then use
|
||||
licenceg --name "My Name" mit
|
||||
licenseg --name "My Name" mit
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
See the commands at any time by using `npx licenceg -h`.
|
||||
See the commands at any time by using `npx licenseg -h`.
|
||||
|
||||
| Command | Description |
|
||||
| ----------------- | -------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user