From d0eb809cb6cb91f2eb0ccf5b5e33a14b8a1114bd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 2 Feb 2026 05:43:54 +0000 Subject: docs(README): Update "How It Works" source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 01f0e1b..fbdfafd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Code structure should be visually apparent from its formatting. Iku groups state ## How It Works -Iku applies standard Go formatting (via [go/format](https://pkg.go.dev/go/format)) first ([formatter.go#L113](https://github.com/Fuwn/iku/blob/main/formatter.go#L113)), then adds its grammar-based blank-line rules on top. Your code gets `go fmt` output plus structural separation. +Iku applies standard Go formatting (via [go/format](https://pkg.go.dev/go/format)) first ([formatter.go#29](https://github.com/Fuwn/iku/blob/main/formatter.go#L29)), then adds its grammar-based blank-line rules on top. Your code gets `go fmt` output plus structural separation. ## Installation -- cgit v1.2.3