Skip to content

Commit

Permalink
fix lost mention of integrity modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Jan 22, 2025
1 parent 6de7e31 commit ae3614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/dnas.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You'll be prompted to enter a name and [**network seed**](#network-seed). After

## Specify a DNA manifest

A DNA manifest is written in [YAML](https://yaml.org/). It contains details about the DNA, the above integrity modifiers, and a list of coordinator zomes for interacting with the DNA.
A DNA manifest is written in [YAML](https://yaml.org/). It contains metadata about the DNA, a section for **integrity modifiers**, and a list of coordinator zomes for interacting with the DNA.

If you want to write your own manifest file, name it `dna.yaml` and give it the following structure. This example assumes that all of your zomes are in a folder called `zomes/`. Afterwards we'll explain what the fields mean.

Expand Down

0 comments on commit ae3614a

Please sign in to comment.