We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b9a7c commit d0fe6adCopy full SHA for d0fe6ad
1 file changed
packages/node-sdk/README.md
@@ -10,33 +10,43 @@ Install using your favourite package manager:
10
11
{% tabs %}
12
{% tab title="npm" %}
13
+
14
```sh
15
npm i @bucketco/node-sdk
16
```
17
18
{% endtab %}
19
20
{% tab title="yarn" %}
21
22
23
yarn add @bucketco/node-sdk
24
25
26
27
28
{% tab title="bun" %}
29
30
31
bun add @bucketco/node-sdk
32
33
34
35
36
{% tab title="pnpm" %}
37
38
39
pnpm add @bucketco/node-sdk
40
41
42
43
44
{% tab title="deno" %}
45
46
47
deno add npm:@bucketco/node-sdk
48
49
50
51
{% endtabs %}
52
0 commit comments