Skip to content

Commit d008c13

Browse files
richard-vineylpil
authored andcommitted
Fix invalid toml example in changelog
1 parent 21b3de0 commit d008c13

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CHANGELOG.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@
4747
aren't located at the root of their repository:
4848

4949
```toml
50-
repository = {
51-
type = "github",
52-
user = "gleam-lang",
53-
repo = "gleam",
54-
path = "packages/my_package"
55-
}
50+
[repository]
51+
type = "github"
52+
user = "gleam-lang"
53+
repo = "gleam"
54+
path = "packages/my_package"
5655
```
5756

5857
([Richard Viney](https://github.com/richard-viney))

0 commit comments

Comments
 (0)