From 98f2fc8312dc5611bd85229f0b6faa0a4356ea66 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 9 Jun 2019 14:25:52 +0200 Subject: [PATCH] README: minor updates and fixes --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0c28833..c416e42 100644 --- a/README +++ b/README @@ -14,8 +14,8 @@ Nsscash consists of two parts: `nsscash`, written in Go, which downloads files via HTTP or HTTPS, parses them, creates indices and writes the result to a local file. The second part is the NSS module (`libnss_cash.so.2`), written in C, which provides integration via `/etc/nsswitch.conf`. It's specifically -designed to be very simple and uses the prepared data for lookups. To support -quick lookups, in O(log n), the files utilize indices. +designed to be very simple and uses the data prepared by `nsscash` for +lookups. To support quick lookups, in O(log n), the files utilize indices. nsscash is licensed under AGPL version 3 or later. @@ -95,7 +95,7 @@ typical configuration looks like this: The following global keys are available: - `statepath`: Path to a JSON file which stores the last modification time of - each file; automatically updated by `nsswitch`. Used to fetch data only when + each file; automatically updated by `nsscash`. Used to fetch data only when something has changed to reduce the required traffic. Each `file` block describes a single file to download/write. The following -- 2.43.2