Skip to content

Commit d699aa5

Browse files
committed
Updated package description
1 parent d28b64c commit d699aa5

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
@@ -5,14 +5,14 @@
55
![NPM Version](https://img.shields.io/npm/v/bats-zsh?logo=npm&logoColor=%23999999)
66
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/targendaz2/bats-zsh/test.yml?logo=github&label=tests&logoColor=%23999999)
77

8-
Wrapper enabling [Bats](https://github.com/bats-core/bats-core) to source and test Zsh scripts.
8+
Plugin enabling [Bats](https://github.com/bats-core/bats-core) to source and test Zsh scripts.
99

10-
## Install
10+
## Installation
1111

12-
`npm` is the preferred installation method.
12+
This package is available on the npm registry as `bats-zsh`.
1313

1414
```bash
15-
npm install -D bats-zsh
15+
npm install -D bats bats-support bats-zsh
1616
```
1717

1818
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bats-zsh",
33
"version": "1.2.1",
4-
"description": "Wrapper enabling Bats to test functions in Zsh scripts",
4+
"description": "Plugin enabling Bats to test functions in Zsh scripts",
55
"packageManager": "yarn@4.3.1",
66
"keywords": [
77
"bats",

0 commit comments

Comments
 (0)