From ff71cb6b51a6f9231a6cb62de5232d0a5191ee8a Mon Sep 17 00:00:00 2001 From: Kyle Galbraith Date: Tue, 13 Feb 2024 18:08:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb9a63c..244c085 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pnpm add @depot/sdk-node ## Usage -Each of the Depot API services is exposed on the main `depot` export. Authentication is provided via an `Authorization` header, for each API request. The service paths match their corresponding gRPC service names. +Each of the Depot API services is exposed on the main `depot` export. Authentication is provided via an `Authorization` header with an **Organization Token**, for each API request. The service paths match their corresponding gRPC service names. - [`depot.build.v1.BuildService`](https://buf.build/depot/api/docs/main:depot.build.v1#depot.build.v1.BuildService) - [`depot.buildkit.v1.BuildKitService`](https://buf.build/depot/api/docs/main:depot.buildkit.v1#depot.buildkit.v1.BuildKitService)