From 335bf7d9e427f4789950f132f01934dcaa06251a Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Sat, 22 Nov 2025 10:19:23 +0100 Subject: [PATCH] Remove zigbook Zigbook is not a reliable resource for learning Zig, in all likelihood AI-generated with hallucinations about nonexistant APIs. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d208bcc..f412eff 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,6 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc - [Zig 圣经](https://course.ziglang.cc/) : 简单、快速地学习 Zig. - [Introduction to Zig - a project based book](https://pedropark99.github.io/zig-book/) : This is an open book by author `Pedro Duarte Faria` that provides an introduction to the Zig programming language, which is a new general-purpose, and low-level language for building robust and optimal software. - [Systems Programming with Zig](https://www.manning.com/books/systems-programming-with-zig) : This book teaches how to write quality, useful Zig applications without relying on libraries or frameworks. -- [Zigbook](https://www.zigbook.net) : Learn the Zig programming language. Project-based • Zero AI • Written by @zigbook. ## Tools