diff options
| -rw-r--r-- | justfile | 2 | ||||
| -rw-r--r-- | main.go | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# fluxrec task automation (planned commands per PLAN.md, only implemented ones run) +# fluxrec task automation build: go build -o fluxrec . @@ -1,5 +1,5 @@ // fluxrec command-line tool. -// Personal Miniflux article recommender; see PLAN.md for the design. +// Personal Miniflux article recommender; see README.md. package main import ( @@ -61,7 +61,7 @@ func main() { func printHelp() { fmt.Printf(`fluxrec <command> [arguments] -Personal Miniflux article recommender (see PLAN.md). +Personal Miniflux article recommender (see README.md). Commands: score Score stdin titles with a trained model (debugging) |
