Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: minor doc fixes #56

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# protoc-gen-go-temporal

[![Docs](https://img.shields.io/badge/docs-learn_more-8f63ff)](https://cludden.github.io/protoc-gen-go-temporal/)
[![GoDoc](https://godoc.org/github.com/cludden/protoc-gen-go-temporal?status.svg)](https://pkg.go.dev/github.com/cludden/protoc-gen-go-temporal)
[![Buf](https://img.shields.io/badge/buf-cludden%2Fprotoc--gen--go--temporal-blue)](https://buf.build/cludden/protoc-gen-go-temporal)
[![Docs](https://img.shields.io/badge/docs-learn_more-darkturquoise)](https://cludden.github.io/protoc-gen-go-temporal/)

https://buf.build/cludden/protoc-gen-go-temporal
A protoc plugin for generating typed Temporal clients and workers in Go from protobuf schemas. This plugin allows Workflow authors to configure sensible defaults and guardrails, simplifies the implementation and testing of Temporal workers, and streamlines integration by providing typed client SDKs and a generated CLI application.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/examples/mutex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Proto from '!!raw-loader!../../../examples/mutex/proto/example/mutex/v1/m
import Implementation from '!!raw-loader!../../../examples/mutex/main.go';


# Hello World
# Mutex

A simple example inspired by [temporalio/samples-go/mutex](https://github.com/temporalio/samples-go/tree/main/mutex)

Expand Down
Loading