We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b24c0 commit e73057cCopy full SHA for e73057c
2 files changed
README.md
@@ -5,4 +5,19 @@
5
6
```shell
7
npm install slpx-sdk
8
-```
+```
9
+
10
+```shell
11
+bun add slpx-sdk
12
13
14
15
+pnpm install slpx-sdk
16
17
18
19
+yarn add slpx-sdk
20
21
22
+## Documetation
23
+Check out the [/docs](/docs/) folder in this repository for more guides
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "slpx-sdk",
3
"type": "module",
4
- "version": "0.0.1",
+ "version": "0.0.2",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments