Skip to content

Commit ffbdd1b

Browse files
committed
chore: adjust wording
1 parent 81403bb commit ffbdd1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const sidebar = [
9393
},
9494
{ text: 'API Reference', link: '/api/reference' },
9595
]
96-
const description = 'A lightweight package manager built on top of pkgx to simplify package installation and management.'
96+
const description = 'A lightweight package manager built on top of the pkgx Pantry to simplify package installation and management.'
9797
const title = 'Launchpad | A lightweight package manager'
9898

9999
export default withPwa(

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page answers the most commonly asked questions about Launchpad. If you don'
66

77
### What is Launchpad?
88

9-
Launchpad is a modern package manager built on top of pkgx that provides fast, isolated package management with automatic environment activation. It's designed to work alongside existing package managers like Homebrew without conflicts.
9+
Launchpad is a modern package manager built on top of the pkgx Pantry that provides fast, isolated package management with automatic environment activation. _If needed, it's designed to work alongside existing package managers like Homebrew without conflicts._
1010

1111
### How is Launchpad different from Homebrew?
1212

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Introduction
44

5-
> A lightweight package manager built on top of pkgx to simplify package installation and management.
5+
> A lightweight package manager built on top of the pkgx Pantry to simplify package installation and management.
66
77
## What is Launchpad?
88

packages/launchpad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# launchpad
1010

11-
> A lightweight package manager built on top of pkgx to simplify package installation and management. _Similar to Homebrew, but faster._
11+
> A lightweight package manager built on top of the pkgx Pantry to simplify package installation and management. _Similar to Homebrew, but faster._
1212
1313
## Features
1414

0 commit comments

Comments
 (0)