You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Rewrite Node SDK
4
4
5
-
[`@rewritetoday/sdk`](https://docs.rewritetoday.com/en/sdks/node), the official Node.js/TypeScript SDK for the Rewrite API.
5
+
[`rewritetoday`](https://docs.rewritetoday.com/en/sdks/node), the official Node.js/TypeScript SDK for the Rewrite API.
6
6
7
7
It wraps authentication, typed REST calls, and resource helpers on top of [`@rewritetoday/rest`](https://www.npmjs.com/package/@rewritetoday/rest) and [`@rewritetoday/types`](https://www.npmjs.com/package/@rewritetoday/types).
8
8
@@ -15,11 +15,11 @@ Use your preferred package manager:
15
15
</div>
16
16
17
17
```bash
18
-
bun add @rewritetoday/sdk
18
+
bun add rewritetoday
19
19
# Or
20
-
npm install @rewritetoday/sdk
20
+
npm install rewritetoday
21
21
# Or
22
-
pnpm add @rewritetoday/sdk
22
+
pnpm add rewritetoday
23
23
```
24
24
25
25
<divalign="center">
@@ -31,7 +31,7 @@ First, you need to create an API key in the [Rewrite Dashboard](https://dash.rew
0 commit comments