Skip to content

Commit f925b10

Browse files
committed
Updating Readme
1 parent 833f1aa commit f925b10

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
@@ -102,7 +102,7 @@ You can configure Amplitude by passing an object as the third argument to the `i
102102
| batchEvents | If `true`, events are batched together and uploaded only when the number of unsent events is greater than or equal to `eventUploadThreshold` or after `eventUploadPeriodMillis` milliseconds have passed since the first unsent event was logged. | `false` |
103103
| eventUploadThreshold | Minimum number of events to batch together per request if `batchEvents` is `true`. | 30 |
104104
| eventUploadPeriodMillis | Amount of time in milliseconds that the SDK waits before uploading events if `batchEvents` is `true`. | 30*1000 |
105-
| deviceId | Custom device ID to set | "" |
105+
| deviceId | Custom device ID to set | Randomly generated UUID |
106106

107107

108108
# Advanced #

0 commit comments

Comments
 (0)