Skip to content

Commit

Permalink
docs(README,USAGE): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 18, 2023
1 parent ff32e41 commit 86a5cc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86a5cc1

Please sign in to comment.