From 61c54d4a679ff8e2672de3c4c7caf5eb4ee3c96e Mon Sep 17 00:00:00 2001 From: quest Date: Sat, 30 Sep 2023 15:36:00 -1000 Subject: [PATCH] Fix typo in README.md - https://github.com/HashLips/hashlips_art_engine/pull/360 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487e30390..10edd1fef 100644 --- a/README.md +++ b/README.md @@ -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: