We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da26609 commit 4f4cfd1Copy full SHA for 4f4cfd1
2 files changed
examples/class-example.mts
@@ -1,4 +1,4 @@
1
-import Binance from "../node-binance-api-class.mjs"
+import Binance from "../src/node-binance-api.js"
2
3
4
async function main() {
examples/proxy.mts
@@ -1,5 +1,5 @@
// import Binance from "node-binance-api"
5
async function main () {
0 commit comments