Skip to content

Commit 4490cbc

Browse files
committed
Update package name to @nutrient-sdk/nudocs-cli
1 parent 83b2e4f commit 4490cbc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# @pspdfkit/nudocs-cli
1+
# @nutrient-sdk/nudocs-cli
22

33
Command-line interface for [Nudocs.ai](https://nudocs.ai) - upload, manage, and export documents.
44

55
## Installation
66

77
```bash
8-
npm install -g @pspdfkit/nudocs-cli
8+
npm install -g @nutrient-sdk/nudocs-cli
99
```
1010

1111
Or use directly with npx:
1212

1313
```bash
14-
npx @pspdfkit/nudocs-cli upload my-document.md
14+
npx @nutrient-sdk/nudocs-cli upload my-document.md
1515
```
1616

1717
## Setup

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@pspdfkit/nudocs-cli",
2+
"name": "@nutrient-sdk/nudocs-cli",
33
"version": "1.0.0",
44
"description": "Command-line interface for Nudocs.ai - upload, manage, and export documents",
55
"author": "PSPDFKit GmbH",
@@ -24,7 +24,7 @@
2424
"pspdfkit"
2525
],
2626
"bin": {
27-
"nudocs": "./bin/nudocs.js"
27+
"nudocs": "bin/nudocs.js"
2828
},
2929
"main": "./bin/nudocs.js",
3030
"engines": {

0 commit comments

Comments
 (0)