Skip to content

fix: correct Zig syntax in README dependency example - #5

Closed
Jah-yee wants to merge 1 commit into
allyourcodebase:masterfrom
Jah-yee:fix-readme-typo
Closed

Jah-yee wants to merge 1 commit into
allyourcodebase:masterfrom
Jah-yee:fix-readme-typo

Conversation

@Jah-yee

@Jah-yee Jah-yee commented Sep 19, 2026

Copy link
Copy Markdown

Fixes Zig syntax in README.md: b.dependency call should use .{} for anonymous struct literals.

Changed: b.dependency(grpc, { -> b.dependency(grpc, .{

Closes #3.

@agagniere

Copy link
Copy Markdown
Member

Fixed

@agagniere agagniere closed this Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small Typo

2 participants