README.md in ruby-exclaim-0.1.0 vs README.md in ruby-exclaim-0.1.1
- old
+ new
@@ -218,15 +218,13 @@
=> "Good morning, world!"
```
Dot-separated `$bind` paths dig into nested `env` values: `a.b.c` refers to `{ "a" => { "b" => { "c" => "value" } } }`
-If a `$bind` path segment is an Integer,
-the library will attempt to treat it as an Array index when resolving the value at render time:
+If the field a `$bind` subpath refers is an Array, the next segment is assumed to be an integer. For example,
+`"my_array.1"` refers to array index 1, value "zero" in an `env` like `{ "my_array: ["zero", "one", ...] }`.
-`"my_array.1"` refers to array index 1 in an `env` like `{ "my_array: ["zero", "one", ...] }`
-
### Implementing Components and Helpers
Note that implementations have __important [Security Considerations](#security-considerations)__.
Component implementations typically return HTML Strings.
@@ -798,10 +796,10 @@
After checking out the repo, run `bin/setup` to install dependencies. Then,
run `rake spec` to run the tests. You can also run `bin/console` for an
interactive prompt that will allow you to experiment.
-To install this gem onto your local machine, run `bundle exec rake install`.
+To install this gem onto your local machine, run `bundle exec rake install`.
To release a new version, update the version number in `version.rb`. When merged
to the default branch, [a GitHub action](.github/workflows/release.yml) will
automatically will create a git tag for the version, push git commits and tags,
and push the `.gem` file to