Skip to content

Commit

Permalink
Better QR code explain
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcardeenas committed Apr 4, 2020
1 parent 42525e9 commit a835242
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 @@ -66,7 +66,7 @@ By default QR code will appear on the terminal. If you need to pass the QR somew
```javascript
const fs = require('fs');

// Second create() is the QR callback
// Second create() parameter is the QR callback
sulla.create('session-marketing', (qrCode) => {
exportQR(qrCode, 'marketing-qr.png');
});
Expand Down

0 comments on commit a835242

Please sign in to comment.