aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-31 16:13:58 +0000
committerFuwn <[email protected]>2026-01-31 16:44:10 +0000
commitab962196abfd61a960110907f83454a6933f3f10 (patch)
treec08d0491bf666230d98aaee3ec207b94cf4a5c0e
parentdocs(README): Add subtagline (diff)
downloadiku-ab962196abfd61a960110907f83454a6933f3f10.tar.xz
iku-ab962196abfd61a960110907f83454a6933f3f10.zip
docs(README): Update usage examples
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b9b09ef..a519417 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ nix run github:Fuwn/iku
```bash
# Format stdin
-echo 'package main...' | iku
+echo 'package main ...' | iku
# Format and print to stdout
iku file.go
@@ -47,7 +47,7 @@ iku file.go
iku -w file.go
# Format entire directory
-iku -w ./...
+iku -w .
# List files that need formatting
iku -l .