From 9162563bb7ab0d331a86cc5aa5e2a24790c888c6 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 2 Jul 2020 14:13:39 -0700 Subject: [PATCH] readme: Make "wasmtime-go" use monospace font Similar to other package names. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb8b1617a5..dd2768b427 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ the implementation: * **[C]** - the [`wasm.h`, `wasi.h`, and `wasmtime.h` headers][c-headers] * **[Python]** - the [`wasmtime` PyPI package] * **[.NET]** - the [`Wasmtime` NuGet package] -* **[Go]** - the [wasmtime-go repository] +* **[Go]** - the [`wasmtime-go` repository] [Rust]: https://bytecodealliance.github.io/wasmtime/lang-rust.html [C]: https://bytecodealliance.github.io/wasmtime/examples-c-embed.html @@ -106,7 +106,7 @@ the implementation: [.NET]: https://bytecodealliance.github.io/wasmtime/lang-dotnet.html [`Wasmtime` NuGet package]: https://www.nuget.org/packages/Wasmtime [Go]: https://bytecodealliance.github.io/wasmtime/lang-go.html -[wasmtime-go repository]: https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go +[`wasmtime-go` repository]: https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go ## Documentation