From 8ce2349183f12df85f38762c42caccbe452f9a9d Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Sun, 26 Nov 2023 19:59:54 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e6664..e0ec513 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,6 @@ const searchConfig = services.nasa_gcn - architect_plugin_search The `searchConfig` object has the following two properties: - `searchConfig.node`: the URL of the API endpoint. -- `searchConfig.sig4service`: the value to pass for the `service` property in the ``AwsSigv4Signer` constructor. +- `searchConfig.sig4service`: the value to pass for the `service` property in the `AwsSigv4Signer` constructor. See https://github.com/nasa-gcn/architect-functions-search/blob/main/index.ts for example code.