Skip to content

Commit e73057c

Browse files
committed
feat: updated readme
1 parent b3b24c0 commit e73057c

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,19 @@
55

66
```shell
77
npm install slpx-sdk
8-
```
8+
```
9+
10+
```shell
11+
bun add slpx-sdk
12+
```
13+
14+
```shell
15+
pnpm install slpx-sdk
16+
```
17+
18+
```shell
19+
yarn add slpx-sdk
20+
```
21+
22+
## Documetation
23+
Check out the [/docs](/docs/) folder in this repository for more guides

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "slpx-sdk",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)