Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rodolfo Carvalho <[email protected]>
  • Loading branch information
zookzook and rhcarvalho authored Sep 19, 2023
1 parent a1aec86 commit 829dbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Additionally, the driver accepts both atoms and strings for document keys, but w
Creating atoms from arbitrary input (such as database documents) is [discouraged](https://elixir-lang.org/getting-started/mix-otp/genserver.html#:~:text=However%2C%20naming%20dynamic,our%20system%20memory!) because atoms are not garbage collected.

## Preserve Order
If the order of the keys are important it is possible to use a different decoder module. The decoder module will
If the order of the keys is important, it is possible to use a different decoder module. The decoder module will
preserve the order of the keys by adding an attribute `:order` which contains the list of keys in the original order.
If you want to change the `:order` key then define a new decoder module:

Expand Down

0 comments on commit 829dbe1

Please sign in to comment.