From c1a8496eb58a282b41e31980e86fb038564eaafb Mon Sep 17 00:00:00 2001 From: Jacob Kagon <69021620+jacobkagon@users.noreply.github.com> Date: Mon, 28 Jun 2021 20:19:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b38c06f5..41ce7902 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ## Feature - ResourceRegistry uses a Feature to group related system functions and settings. Featurse are composed of the following high level attributes: + ResourceRegistry uses a Feature to group related system functions and settings. Features are composed of the following high level attributes: * key [Symbol] 'key' of the Feature's key/value pair. This is the Feature's identifier and must be unique * item [Any] 'value' of the Feature's key/value pair. May be a static value, proc, class instance and may include an options hash