From 2c99d90f43c367e53434755339c3ce7416f02eef Mon Sep 17 00:00:00 2001 From: Peter Winckles Date: Tue, 3 Nov 2020 12:58:47 -0600 Subject: [PATCH] fix grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a504a95..5e77b6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The OCFL storage root MAY contain a copy of an extension's specification. ### Configuration Files -Extension parameters are serialized as JSON objects and written to configuration files named `config.json` within the extension's extension directory. +An extension's parameters are serialized as a JSON object and written to a configuration file named `config.json` within the extension's extension directory. For example, the extension [0000-example-extension](docs/0000-example-extension.md) could be parameterized as follows: