We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32eebb commit 11f11d4Copy full SHA for 11f11d4
README.md
@@ -16,7 +16,7 @@ npm i lute-connect
16
17
```js
18
import LuteConnect from "lute-connect";
19
-const lute = new LuteConnect("<YOUR_SITE_NAME>");
+const lute = new LuteConnect();
20
```
21
22
### Connect to Lute
0 commit comments