From f4ab842787043aa8dc348004102b7815042a21a4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 10 Aug 2018 03:02:57 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69312b3..f450f67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ **xdgcfg** is a very simple wrapper around libconfig written in C++. It reads -and writes files into `${XDG_CONFIG_HOME}`. It creates subdirectories if +and writes files in `${XDG_CONFIG_HOME}`. It creates subdirectories if necessary. ### Dependencies