Skip to content

Commit

Permalink
Fix typo in README.md - HashLips#360
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Oct 1, 2023
1 parent be0fbc4 commit 61c54d4
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 @@ -119,7 +119,7 @@ If you need a layers to have a different opacity then you can add the `opacity:

If you want to have a layer _ignored_ in the DNA uniqueness check, you can set `bypassDNA: true` in the `options` object. This has the effect of making sure the rest of the traits are unique while not considering the `Background` Layers as traits, for example. The layers _are_ included in the final image.

To use a different metadata attribute name you can add the `displayName: "Awesome Eye Color"` to the `options` object. All options are optional and can be addes on the same layer if you want to.
To use a different metadata attribute name you can add the `displayName: "Awesome Eye Color"` to the `options` object. All options are optional and can be added on the same layer if you want to.

Here is an example on how you can play around with both filter fields:

Expand Down

0 comments on commit 61c54d4

Please sign in to comment.