From 4c2a7b53d1f8bed352a86e6737f6e2a28c493ce2 Mon Sep 17 00:00:00 2001 From: Pratik Agarwal Date: Tue, 24 Oct 2023 14:08:22 -0300 Subject: [PATCH] chore: reword phrase in READMe --- examples/nodejs/token-vending-machine/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/nodejs/token-vending-machine/README.md b/examples/nodejs/token-vending-machine/README.md index 0179ce8cf..9c1666be8 100644 --- a/examples/nodejs/token-vending-machine/README.md +++ b/examples/nodejs/token-vending-machine/README.md @@ -68,10 +68,7 @@ You should see an output like: {"authToken":"someShortLivedDisposableToken","expiresAt":1698119397} ``` -You can also pass a `tokenId` as a query string to your `curl` command. This is particularly useful to add context -to your token, that can be viewed as a part of [Momento Topic's](https://www.gomomento.com/services/topics) subscription messages. -An example is a chat application, where receivers can verify the authenticity of the sender. This example uses an optional `name` as a query string -parameter, so your curl command with the API endpoint will look like: +You can also pass a tokenId as a query string to your curl command to add context to your token. This can be particularly useful when using [Momento Topics](https://www.gomomento.com/services/topics) as the tokenId can be retrieved from subscription messages, allowing your application to distinguish between different subscribers. `https://9jkmukxn68.execute-api.us-west-2.amazonaws.com/prod?name=Taylor`