Doc: fix typo in README

Fix #613
This commit is contained in:
李通洲
2023-11-07 08:37:03 +08:00
parent f5b987dba9
commit a95b60167c
+1 -1
View File
@@ -62,7 +62,7 @@ See Wiki: https://github.com/fastfetch-cli/fastfetch/wiki/Building
* Run it with [all supported modules](https://github.com/fastfetch-cli/fastfetch/wiki/Support+Status#available-modules) and find what you interest: `fastfetch -c all.jsonc`
* Find all data that fastfetch detects: `fastfetch -s <module> --format json`
* Display help messages: `fastfetch --help`
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --mirgrate-config`
* Generate config file based on command line arguments: `fastfetch --arg1 --arg2 --migrate-config`
## Customization