summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.go b/cli.go
index 34941b4..6508066 100644
--- a/cli.go
+++ b/cli.go
@@ -19,7 +19,7 @@ import (
"golang.org/x/term"
)
-//go:embed README.adoc
+//go:embed README
var Readme string
type Cli struct {