From b809c16cb07fe1c0033208b5d34118ba98a096e8 Mon Sep 17 00:00:00 2001 From: Jeff Blaine Date: Wed, 26 Aug 2015 13:26:54 -0400 Subject: [PATCH] Clarify wording a little --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 578046c..d2230c1 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ python_runtime 'myapp' do end ``` -or for a single provider: +or for a single provider (in this case the `system` provider): ```ruby python_runtime 'myapp' do @@ -111,8 +111,8 @@ python_runtime 'myapp' do end ``` -Setting via node attributes is generally how an end-user or application cookbook -will set options to customize installations in the library cookbooks they are using. +Setting options via node attributes is generally how an end-user or application +cookbook will customize installations in the library cookbooks they are using. You can set options for all installations or for a single runtime: ```ruby