summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-15 00:51:08 +0900
committerhaturatu <taro@eyes4you.org>2024-12-15 00:51:08 +0900
commite50895ec49cfdcd3e2f535aa75f4555060b9cb5c (patch)
tree41c678f23a12cf4676ceff756ce0a9538c2ca243 /README.md
parent65a374824dd8c81c6b2b089e1a50a1d8406401e0 (diff)
typo readme;;HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1dd7659..4036455 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,6 @@ go run main.go
or
```bash
go build -o gjl main.go
-./main.go
+./gjl
```