diff --git a/.changeset/cyan-forks-vanish.md b/.changeset/cyan-forks-vanish.md new file mode 100644 index 0000000000..86511523cf --- /dev/null +++ b/.changeset/cyan-forks-vanish.md @@ -0,0 +1,5 @@ +--- +'@api3/airnode-examples': patch +--- + +Fix airnode-examples integration title diff --git a/packages/airnode-examples/README.md b/packages/airnode-examples/README.md index af0414a880..afd674509a 100644 --- a/packages/airnode-examples/README.md +++ b/packages/airnode-examples/README.md @@ -38,13 +38,13 @@ reserved parameters. The following list orders integrations alphabetically: unauthenticated cryptocurrency price request. - [coingecko-cross-chain-authorizer](https://github.com/api3dao/airnode/blob/master/packages/airnode-examples/integrations/coingecko) - demonstration of a cross-chain [authorizer](https://docs.api3.org/airnode/latest/concepts/authorizers.html). +- [coingecko-http-gateways](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-http-gateways) - + demonstration of the + [HTTP gateway and HTTP signed data gateway](https://docs.api3.org/airnode/latest/grp-providers/guides/build-an-airnode/http-gateways.html). - [coingecko-post-processing](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-post-processing) - demonstration of the [post-processing](https://docs.api3.org/ois/latest/processing.html) feature. - [coingecko-pre-processing](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-pre-processing) - demonstration of the [pre-processing](https://docs.api3.org/ois/latest/processing.html) feature. -- [coingecko-http-gateways](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-http-gateways) - - demonstration of the - [HTTP gateway and HTTP signed data gateway](https://docs.api3.org/airnode/latest/grp-providers/guides/build-an-airnode/http-gateways.html). - [coingecko-template](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/coingecko-template) - demonstration of [template](https://docs.api3.org/airnode/latest/grp-developers/using-templates.html) requests. - [failing-example](https://github.com/api3dao/airnode/tree/master/packages/airnode-examples/integrations/failing-example) - diff --git a/packages/airnode-examples/integrations/coingecko-http-gateways/README.md b/packages/airnode-examples/integrations/coingecko-http-gateways/README.md index 6c890c25ad..2ae65ede79 100644 --- a/packages/airnode-examples/integrations/coingecko-http-gateways/README.md +++ b/packages/airnode-examples/integrations/coingecko-http-gateways/README.md @@ -1,4 +1,4 @@ -# Coingecko-signed-data example integration +# Coingecko HTTP gateways example integration This example contains the same API integration as `../coingecko`.