From c7b060a4573267b71453c002850fe80ad4689887 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Mon, 28 Oct 2024 09:58:06 -0400 Subject: [PATCH] README: Add missing word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ee24ef..11bf2186 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ after a specific start time or event cursor. ### Get events after a specific start time When you first poll an event source using an Event Feed, you usually pass -`startTs` argument to `feed()` or `asyncFeed()`. +a `startTs` argument to `feed()` or `asyncFeed()`. `startTs` is an integer representing a time in microseconds since the Unix epoch. The request returns events that occurred after the specified timestamp