From 67f058103d54235d651f04475a61fc9154e8f22e Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Mon, 19 May 2025 11:33:20 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 171a950..957a8bd 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,7 @@ There are also supported bindings for other languages, including: Clay has also been implemented in other languages: - [`glay`](https://github.com/soypat/glay) - Go line-by-line rewrite with readability as main goal. -- [`totallygamerjet/clay`](https://github.com/totallygamerjet/clay) - Port using `ccgo`, a C to Go transpiler. +- [`totallygamerjet/clay`](https://github.com/totallygamerjet/clay) - Port using `cxgo`, a C to Go transpiler. - [`goclay`](https://github.com/igadmg/goclay) - Go line-by-line rewrite closely matching the reference. ### Debug Tools