Skip to content

Commit

Permalink
Update README for autocorrect-node
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jul 31, 2023
1 parent 33025cf commit f8f419c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions autocorrect-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ The Native Node.js version of [AutoCorrect](https://github.com/huacnlee/autocorr
$ yarn add autocorrect-node
```

## Use CLI

```bash
$ yarn autocorrect -h
```

Lint you files

```bash
$ yarn autocorrect --lint .
```

## Usage

```js
Expand Down
4 changes: 2 additions & 2 deletions autocorrect-node/npm/darwin-arm64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@huacnlee/autocorrect-node-darwin-arm64`
# `autocorrect-node-darwin-arm64`

This is the **aarch64-apple-darwin** binary for `@huacnlee/autocorrect-node`
This is the **aarch64-apple-darwin** binary for [autocorrect-node](https://www.npmjs.com/package/autocorrect-node)
4 changes: 2 additions & 2 deletions autocorrect-node/npm/darwin-x64/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@huacnlee/autocorrect-node-darwin-x64`
# `autocorrect-node-darwin-x64`

This is the **x86_64-apple-darwin** binary for `@huacnlee/autocorrect-node`
This is the **x86_64-apple-darwin** binary for [autocorrect-node](https://www.npmjs.com/package/autocorrect-node)
4 changes: 2 additions & 2 deletions autocorrect-node/npm/linux-x64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@huacnlee/autocorrect-node-linux-x64-gnu`
# `autocorrect-node-linux-x64-gnu`

This is the **x86_64-unknown-linux-gnu** binary for `@huacnlee/autocorrect-node`
This is the **x86_64-unknown-linux-gnu** binary for [autocorrect-node](https://www.npmjs.com/package/autocorrect-node)
4 changes: 2 additions & 2 deletions autocorrect-node/npm/win32-x64-msvc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# `@huacnlee/autocorrect-node-win32-x64-msvc`
# `autocorrect-node-win32-x64-msvc`

This is the **x86_64-pc-windows-msvc** binary for `@huacnlee/autocorrect-node`
This is the **x86_64-pc-windows-msvc** binary for [autocorrect-node](https://www.npmjs.com/package/autocorrect-node)

0 comments on commit f8f419c

Please sign in to comment.