Skip to content

Commit d513d75

Browse files
committed
refactor: update README and package.json for consistent package naming and improved description
1 parent 0b3f506 commit d513d75

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lito
22

3-
The open-source Mintlify alternative. Beautiful documentation sites from Markdown.
3+
Beautiful documentation sites from Markdown. Fast, simple, and open-source.
44

55
## Features
66

@@ -17,9 +17,9 @@ The open-source Mintlify alternative. Beautiful documentation sites from Markdow
1717
### Global Installation
1818

1919
```bash
20-
npm install -g lito
20+
npm install -g @litodocs/cli
2121
# or
22-
pnpm add -g lito
22+
pnpm add -g @litodocs/cli
2323
```
2424

2525
### Local Development
@@ -253,7 +253,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
253253

254254
## License
255255

256-
ISC
256+
MIT
257257

258258
---
259259

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@lito/cli",
2+
"name": "@litodocs/cli",
33
"version": "0.5.0",
44
"description": "Beautiful documentation sites from Markdown. Fast, simple, and open-source.",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)