Skip to content

Commit

Permalink
chore(docs): fix key example for array access;
Browse files Browse the repository at this point in the history
- Closes #12
  • Loading branch information
lukeed committed Dec 30, 2020
1 parent 3701630 commit 1b87b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -184,7 +184,7 @@ The identifier to retrieve.

A `key` can access nested properties via:

* a string that with dot notation — `'foo.bar[1].baz'`
* a string that with dot notation — `'foo.bar.1.baz'`
* an array of individual key segments — `['foo', 'bar', 1, 'baz']`

> **Important:** You are expected to know & traverse your own dictionary structure correctly.
Expand Down

0 comments on commit 1b87b62

Please sign in to comment.