From 86a5cc103ca2577b07eaa2104580d4337e01fc10 Mon Sep 17 00:00:00 2001 From: Joshua Rich Date: Wed, 18 Oct 2023 21:29:36 +1000 Subject: [PATCH] docs(README,USAGE): update docs --- README.md | 1 - USAGE.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ebc6917..7eb5b9f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ The following Go libraries and tools made autocorrector infinitely easier: keys. - [fyne](https://fyne.io/): UI toolkit and system tray library. - [zerolog](https://github.com/rs/zerolog): logging library. -- [Viper](https://github.com/spf13/viper): configuration file handling. - [Cobra](https://github.com/spf13/cobra): command-line interface. Check out more awesome Go things at the [Awesome Go diff --git a/USAGE.md b/USAGE.md index a205e3c..b62db64 100644 --- a/USAGE.md +++ b/USAGE.md @@ -31,8 +31,7 @@ default list can be found in the `tools/scraper` directory of the source code repository. - You can add/remove corrections by copying the default list to - `$HOME/.config/autocorrector/corrections.toml` and editing the file. Autocorrector, if running, - will pick up the changes automatically. + `$HOME/.config/autocorrector/corrections.toml` and editing the file. ## Other features