Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Steuck Lopes committed Oct 21, 2020
2 parents 0ef3872 + 0afed1f commit 519088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Now that you've already created a session you can create a server reference. To

```javascript
let Clsid = new Clsid(ClassID);
let comServer = new ComServer(Clsid, address, session);
let comServer = new ComServer(Clsid, address, session, {major: 5, minor: 7});
comServer.init();
```

Expand Down

0 comments on commit 519088b

Please sign in to comment.