Skip to content

Commit

Permalink
chpre: change pacakge name "gland" to "glands"
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mdy-m committed Aug 23, 2024
1 parent ae597bb commit 0a923bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gland
# Glands

**Gland** is a lightweight framework for Node.js designed for simplicity and high performance.
**Glands** is a lightweight framework for Node.js designed for simplicity and high performance.

## Features

Expand All @@ -15,7 +15,7 @@
To install Gland, simply run:

```
npm install gland
npm install glands
```

### Basic Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gland",
"name": "glands",
"version": "1.0.0",
"description": "Gland is a lightweight framework for Node.js designed for simplicity and high performance.",
"description": "Glands is a lightweight framework for Node.js designed for simplicity and high performance.",
"main": "index.ts",
"types": "index.ts",
"directories": {
Expand Down

0 comments on commit 0a923bf

Please sign in to comment.