Skip to content

Commit d0fe6ad

Browse files
committed
add breaklines to adhere to prettier checks (let's hope this renders correctly in Gitbook)
1 parent b6b9a7c commit d0fe6ad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/node-sdk/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,43 @@ Install using your favourite package manager:
1010

1111
{% tabs %}
1212
{% tab title="npm" %}
13+
1314
```sh
1415
npm i @bucketco/node-sdk
1516
```
17+
1618
{% endtab %}
1719

1820
{% tab title="yarn" %}
21+
1922
```sh
2023
yarn add @bucketco/node-sdk
2124
```
25+
2226
{% endtab %}
2327

2428
{% tab title="bun" %}
29+
2530
```sh
2631
bun add @bucketco/node-sdk
2732
```
33+
2834
{% endtab %}
2935

3036
{% tab title="pnpm" %}
37+
3138
```sh
3239
pnpm add @bucketco/node-sdk
3340
```
41+
3442
{% endtab %}
3543

3644
{% tab title="deno" %}
45+
3746
```sh
3847
deno add npm:@bucketco/node-sdk
3948
```
49+
4050
{% endtab %}
4151
{% endtabs %}
4252

0 commit comments

Comments
 (0)