aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 17:26:24 +0000
committerFuwn <[email protected]>2026-01-31 17:26:24 +0000
commitbc920d7e4419f203c9458d39135fb2eabd1c4708 (patch)
tree0ddc6f0ea5874be1fef0a64eeee1b80009876274
parentrefactor: Rename variables to be fully self-documenting (diff)
downloadiku-bc920d7e4419f203c9458d39135fb2eabd1c4708.tar.xz
iku-bc920d7e4419f203c9458d39135fb2eabd1c4708.zip
docs(README): Update "How It Works" source
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 961ab36..01f0e1b 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#L33](https://github.com/Fuwn/iku/blob/main/formatter.go#L33)), 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#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.
## Installation