From b54a25c42ef7b436e00e414f12e3dfd23871bf28 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Sun, 21 May 2023 11:36:48 -0400 Subject: [PATCH] Update readme. --- js/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/README.md b/js/README.md index a976d5b..88d615a 100644 --- a/js/README.md +++ b/js/README.md @@ -1,6 +1,6 @@ # Flipside Crypto JS SDK -Programmatic access to the most comprehensive blockchain data in Web3, for free. 🥳 +Programmatic access to the most comprehensive blockchain data in Web3 🥳.

@@ -273,7 +273,7 @@ results = await flipside.query.getQueryResults({ }) ``` -Filters can be applied for, equals, not equals, greater than, greater than or equals to, less than, less than or equals to, like, in, not in. +Filters can be applied for: equals, not equals, greater than, greater than or equals to, less than, less than or equals to, like, in, not in. All filters are executed server side over the entire result set. Here is the Filter type: ```typescript @@ -358,4 +358,4 @@ Flipside does NOT charge for the number of bytes/records returned. ### Client Side Request Requirements -All API Keys correspond to a list of hostnames. Client-side requests that do not originate from the corresponding hostname will fail. +All API Keys correspond to a list of hostnames. Client-side requests that do not originate from the corresponding hostname will fail. You may configure hostnames [here](https://flipsidecrypto.xyz/account/api-keys).