Skip to content

Commit 4c63ae9

Browse files
committed
Merge remote-tracking branch 'github/master'
2 parents 8036516 + 73c910b commit 4c63ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ implementation 'com.queue_it.androidsdk:library:2.0.25'
2828
Invoke QueueITEngine as per example below. Parameters `layoutName` and `language` are optional.
2929

3030
```java
31-
QueueITEngine engine = new QueueITEngine(YourActivity.this, customerId, eventOrAliasId, layoutName, language,
31+
QueueITEngine engine = new QueueITEngine(YourActivity.this, customerId, eventIdOrAlias, layoutName, language,
3232
new QueueListener() {
3333

3434
// This callback will be triggered when the user has been through the queue.

0 commit comments

Comments
 (0)