Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
t3duk committed Jul 9, 2023
2 parents 89339d9 + b1c7662 commit 0834166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can install GoXLR JS from [npm](https://npmjs.org/goxlr).
To start, import the classes into your project:

```js
const { goxlr } = require("./goxlr");
const { goxlr } = require("goxlr");
const goxlrInstance = new goxlr();
```

Expand All @@ -28,7 +28,7 @@ Refer to the [documentation](https://github.com/teddybrine/goxlr-js/wiki) to see
# Example

```js
const { goxlr } = require("./goxlr");
const { goxlr } = require("goxlr");
const goxlrInstance = new goxlr();

async function mute() {
Expand Down

0 comments on commit 0834166

Please sign in to comment.