openbook-cli 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -108,7 +108,7 @@ The CLI fetches live order book data directly from the blockchain:
|
|
108
108
|
|
109
109
|
### Setup
|
110
110
|
```bash
|
111
|
-
git clone https://github.com/
|
111
|
+
git clone https://github.com/belivenn/openbook-cli.git
|
112
112
|
cd openbook-cli
|
113
113
|
npm install
|
114
114
|
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "openbook-cli",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.3",
|
4
4
|
"description": "A comprehensive CLI tool for interacting with OpenBook and Serum DEX markets on Solana",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"bin": {
|
@@ -42,10 +42,10 @@
|
|
42
42
|
},
|
43
43
|
"repository": {
|
44
44
|
"type": "git",
|
45
|
-
"url": "https://github.com/
|
45
|
+
"url": "https://github.com/belivenn/openbook-cli.git"
|
46
46
|
},
|
47
47
|
"bugs": {
|
48
|
-
"url": "https://github.com/
|
48
|
+
"url": "https://github.com/belivenn/openbook-cli/issues"
|
49
49
|
},
|
50
|
-
"homepage": "https://github.com/
|
50
|
+
"homepage": "https://github.com/belivenn/openbook-cli#readme"
|
51
51
|
}
|