Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Clarify wording a little #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down