aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2021-04-16 14:43:44 +0200
committerNicolas Fella <nicolas.fella@gmx.de>2021-04-16 14:43:47 +0200
commit6a4b1b412bb4f02b509902b5a273f83303f79fcb (patch)
tree46a32c95725cb87bfc418efb980d4be8070e8bd6 /README.md
parent163cebc7065cd85650f45e93203b3ea8dd82f652 (diff)
downloadkconfig-6a4b1b412bb4f02b509902b5a273f83303f79fcb.tar.gz
kconfig-6a4b1b412bb4f02b509902b5a273f83303f79fcb.tar.bz2
Remove stray tick from readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 941c63ea..e1d1cc6f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ KConfigCore and KConfigGui.
KConfigCore provides access to the configuration files themselves. It features:
- Code generation: describe your configuration in an XML file, and use
- `kconfig_compiler to generate classes that read and write configuration
+ kconfig_compiler to generate classes that read and write configuration
entries.
- Cascading configuration files (global settings overridden by local settings).
- Optional shell expansion support (see [docs/options.md](@ref options)).