From 064f40ba0603efeba047636974d0700ade77a354 Mon Sep 17 00:00:00 2001 From: Achille Date: Mon, 12 Feb 2024 15:31:22 -0800 Subject: [PATCH] README: fix typos and add illustration --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df15ce..327ccef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build](https://github.com/stealthrocket/dispatch-sdk-protobuf/actions/workflows/buf.yml/badge.svg)](https://github.com/stealthrocket/dispatch-sdk-protobuf/actions/workflows/buf.yml) [![MIT License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE) [![Docs](https://img.shields.io/badge/API-reference-lightblue.svg)](https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1) + # Dispatch SDK @@ -29,7 +30,7 @@ To authenticate with the Dispatch control plane, a client must present a valid API key in the `Authorization` header of the HTTP requests, for example: ```sh -curl https://api.stealthrocket.cloud/dispatch.sdk.v1.DispatchRequest/Dispatch \ +curl https://api.stealthrocket.cloud/dispatch.sdk.v1.DispatchService/Dispatch \ -H "Authorization: Bearer $DISPATCH_API_KEY" \ ... ```