Skip to content

Commit

Permalink
Fix the bad layout in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget authored Jul 10, 2024
1 parent 1309dc5 commit 0b4d63b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/new/references/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,8 @@ An identifier referring to the [`binaries`](manifests.md#binaries) section of th
The `modules[].binary` field overrides which binary is used from the `binaries` declaration section. This means multiple WASM files can be bundled in the Package.

```yaml
...
- modules:
name: hello
modules:
- name: hello
binary: other
...
```
Expand Down

0 comments on commit 0b4d63b

Please sign in to comment.