diff --git a/README.md b/README.md index 882b4f4..6fde099 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Options: * Hyphae can be deleted while still preserving history * Hyphae can be renamed (recursive renaming of subhyphae is also supported) * Light on resources -* Authorization with pre-set credentials, registration +* Registration * Hotkeys (press `?` to see what hotkeys there are) ## Building diff --git a/main.go b/main.go index 8ad5de9..115cae3 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.2.0 indev") + log.Println("Running Mycorrhiza Wiki 1.2.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/stuff.qtpl b/views/stuff.qtpl index 0d7e74d..9cf0360 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -112,7 +112,7 @@ for u := range user.YieldUsers() {

About {%s cfg.WikiName %}