diff --git a/.github/workflows/buf.yml b/.github/workflows/buf.yml
index 1bcde9a..f809f35 100644
--- a/.github/workflows/buf.yml
+++ b/.github/workflows/buf.yml
@@ -25,7 +25,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
- against: https://github.com/stealthrocket/dispatch-sdk-protobuf.git#branch=${{ env.GITHUB_BASE_REF || 'main' }}
+ against: https://github.com/stealthrocket/dispatch-proto.git#branch=${{ env.GITHUB_BASE_REF || 'main' }}
push:
runs-on: ubuntu-latest
diff --git a/README.md b/README.md
index f61e7bb..6711c33 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,21 @@
-
+
-# Dispatch SDK
+# Protobuf definitions for Dispatch
-[![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)
-[![Docs](https://img.shields.io/badge/API-reference-lightblue.svg)](https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1)
+[![Build](https://github.com/stealthrocket/dispatch-proto/actions/workflows/buf.yml/badge.svg)](https://github.com/stealthrocket/dispatch-proto/actions/workflows/buf.yml)
+[![Docs](https://img.shields.io/badge/API-reference-lightblue.svg)](https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1)
-This module contains the protobuf definitions for the Dispatch SDK.
+This module contains the protobuf definitions to integrate with the Dispatch
+platform.
[connectrpc]: https://connectrpc.com/
[grpc]: https://grpc.io/
[http-signatures]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/19/
[signup]: https://docs.stealthrocket.cloud/stateful-functions/getting-started
-[rpc-dispatch]: https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.DispatchService.Dispatch
-[rpc-function]: https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.FunctionService.Run
+[rpc-dispatch]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.DispatchService.Dispatch
+[rpc-function]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.FunctionService.Run
- [What is Dispatch?](#what-is-dispatch)
- [Authentication](#authentication)
diff --git a/buf.yaml b/buf.yaml
index 9e3ef9b..b2e72dc 100644
--- a/buf.yaml
+++ b/buf.yaml
@@ -1,5 +1,5 @@
version: v1
-name: buf.build/stealthrocket/dispatch-sdk
+name: buf.build/stealthrocket/dispatch-proto
deps:
- buf.build/bufbuild/protovalidate
breaking: